Tags
There are no tags for this page.
Attachments
Socialtext Documentation
page boxes toggle
Home: Socialtext Style Customization Guide
Up: Styling The Page View
Previous: Page Content
Next: Page Sidebar Tools

The page box toggle is contained within the page content table.
HTML Snippet
<table id="st-content-page-display-width-controller" class="st-content-width-controller">
<tr>
<td>
<div id="st-page-boxes-toggle">
<a href="#" id="st-page-boxes-toggle-link">V</a>
</div>
<!-- other page markup -->
</td>
</tr>
</table>
CSS Selectors
#st-page-boxes-toggle
#st-page-boxes-toggle-link
|