Changeset 451 for trunk/modules/user_guide
- Timestamp:
- 08/29/2007 10:15:40 PM (15 months ago)
- Location:
- trunk/modules/user_guide/views/user_guide
- Files:
-
- 2 modified
-
css/layout.php (modified) (1 diff)
-
template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_guide/views/user_guide/css/layout.php
r450 r451 32 32 #menu li.first { font-size: 1.2em; } 33 33 #menu li span { cursor: pointer; } 34 #body { padding: 0 0.5em; background: #eee; }34 #body, #footer { padding: 0 0.5em; background: #eee; } 35 35 #body ol, #body ul { margin: 1em; margin-left: 2.5em; } 36 36 #body ol { list-style: decimal; } -
trunk/modules/user_guide/views/user_guide/template.php
r447 r451 23 23 <div id="body"> 24 24 <?= $content ?> 25 </div> 26 <!-- @end Body --> 25 27 26 28 <!-- @start Footer --> … … 31 33 32 34 </div> 33 <!-- @end Body -->34 35 </div>36 35 </body> 37 36 </html>
