Show
Ignore:
Timestamp:
09/02/2007 02:13:12 PM (15 months ago)
Author:
Shadowhand
Message:

Moving files to their proper type

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/user_guide/views/user_guide/css/layout.php

    r469 r470  
    1111body { background: #f7fbf1; color: #111; font-size: 82%; line-height: 140%; font-family: "Lucida Grande", Arial, Verdana, sans-serif; } 
    1212/* Hacks for Firefox and Safari */ 
    13 body { text-shadow: 0 0 0 #000; -moz-opacity: 0.999999; } 
     13body > div { text-shadow: 0 0 0 #000; -moz-opacity: 0.999999; } 
    1414a { color: #449; text-decoration: none; } 
    1515h1 { border-bottom: solid 1px #999; font-size: 2.5em; text-align: center; color: #b43f11; } 
     
    3535#menu li ul li:before { content: "«"; } 
    3636#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 */ 
    3838#body { padding: 0.3em 1em; background: #fff; } 
    3939#body ol, #body ul { margin: 1em; margin-left: 2.5em; }