Changeset 461 for trunk/modules/user_guide
- Timestamp:
- 09/01/2007 01:33:55 PM (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_guide/views/user_guide/css/layout.php
r459 r461 34 34 #menu li ul a:hover { font-weight: bold; color: #2f4f14; } 35 35 #menu li ul li:before { content: "«"; } 36 #menu li > span { text-shadow: 1px 1px 1px #333; } /* Don't add this style for IE6 */37 #menu li span { font-size: 1.3em; cursor: pointer; } 36 #menu li span { text-shadow: 1px 1px 1px #333; font-size: 1.3em; cursor: pointer; } 37 * html body #menu { text-shadow: none; } /* Remove the text shadow in IE6 */ 38 38 #body { padding: 0.3em 1em; background: #fff; } 39 39 #body ol, #body ul { margin: 1em; margin-left: 2.5em; }
