Changeset 470 for trunk/modules/user_guide
- Timestamp:
- 09/02/2007 02:13:12 PM (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/user_guide/views/user_guide/css/layout.php
r469 r470 11 11 body { background: #f7fbf1; color: #111; font-size: 82%; line-height: 140%; font-family: "Lucida Grande", Arial, Verdana, sans-serif; } 12 12 /* Hacks for Firefox and Safari */ 13 body { text-shadow: 0 0 0 #000; -moz-opacity: 0.999999; }13 body > div { text-shadow: 0 0 0 #000; -moz-opacity: 0.999999; } 14 14 a { color: #449; text-decoration: none; } 15 15 h1 { border-bottom: solid 1px #999; font-size: 2.5em; text-align: center; color: #b43f11; } … … 35 35 #menu li ul li:before { content: "«"; } 36 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 */37 * html body #menu li span { text-shadow: 0 0 0 transparent; } /* 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; }
