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

Cleaned up Kohana and Router a little. Added some IE6 (what?!) fixes to the User Guide stylesheet.

Files:
1 modified

Legend:

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

    r458 r459  
    2626#container { position: relative; margin: 0 12em 2em 1em; border: solid 0 #e7f5d7; border-width: 0 0.2em 0.3em 0.2em; } 
    2727#menu { position: fixed; top: 0; right: 1.5em; width: 10em; padding: 0.2em 0; } 
     28* html body #menu { position: absolute; } /* Add this style for IE6 */ 
    2829#menu ul { margin: 0 0.2em; list-style: none; color: #b43f11; } 
    2930#menu li.first { padding-top: 0.2em; } 
     
    3334#menu li ul a:hover { font-weight: bold; color: #2f4f14; } 
    3435#menu li ul li:before { content: "«"; } 
    35 #menu li span { text-shadow: 1px 1px 1px #333; font-size: 1.3em; cursor: pointer; } 
     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; } 
    3638#body { padding: 0.3em 1em; background: #fff; } 
    3739#body ol, #body ul { margin: 1em; margin-left: 2.5em; } 
     
    4143#footer { padding: 0 1em; background: #fff; line-height: 2em; } 
    4244#loading { position: absolute; top: 0; right: 0; z-index: 9999; width: 32px; height: 32px; background: transparent url(spinner.gif) center center no-repeat; } 
    43 #loading span { color: #400; } 
    4445/* 
    4546Content Styles