Tags
There are no tags for this page.
Attachments
Socialtext Documentation
Announcements And Links Box
Home: Socialtext Style Customization Guide
Up: Styling The Dashboard
Previous: Styling The Dashboard
Next: Your Notepad

HTML Snippet
<div id="st-group-notes" class="st-homepage-section">
<div class="st-homepage-notes-edit" id="st-group-notes-edit">
<a id="st-group-notes-edit-link" href="index.cgi?action=..." class="st-homepage-notes-edit-link">edit</a>
</div>
<div id="st-group-notes-title" class="st-homepage-section-title">
<a href="index.cgi?Whiteboard">Whiteboard</a>
</div>
<div id="st-group-notes-content" class="st-homepage-notes-content">
<div class="wiki">
<!-- content -->
</div>
</div>
</div>
CSS Selectors
#st-group-notes
div.st-homepage-section
div.st-homepage-notes-edit
#st-group-notes-edit
#st-group-notes-edit-link
#st-group-notes-title
div.st-homepage-section-title
div.st-homepage-section-title a
#st-group-notes-content
div.st-homepage-notes-content
div.wiki
|