Tags
There are no tags for this page.
Attachments
Socialtext Documentation
Did You Know
Home: Socialtext Style Customization Guide
Up: Styling The Dashboard
Previous: Your Notepad
Next: What's New Page

HTML Snippet
<div id="st-dyk" class="st-homepage-section">
<div id="st-dyk-title" class="st-homepage-section-title">
Did you know?
</div>
<div id="st-dyk-content" class="st-homepage-notes-content">
<!-- content -->
</div>
</div>
CSS Selectors
#st-dyk
div.st-homepage-section
#st-dyk-title
div.st-homepage-section-title
#st-dyk-content
div.st-homepage-notes-content
|