Show
Ignore:
Timestamp:
09/01/2007 01:33:55 PM (15 months ago)
Author:
Shadowhand
Message:

Another quick tweak to the stylesheet fix.

Files:
1 modified

Legend:

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

    r459 r461  
    3434#menu li ul a:hover { font-weight: bold; color: #2f4f14; } 
    3535#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 */ 
    3838#body { padding: 0.3em 1em; background: #fff; } 
    3939#body ol, #body ul { margin: 1em; margin-left: 2.5em; }