Changeset 3377

Show
Ignore:
Timestamp:
08/27/2008 10:44:15 PM (3 months ago)
Author:
Shadowhand
Message:

Accidently committed style debugging

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/views/kohana/template.php

    r3366 r3377  
    1313        a { color: inherit; } 
    1414        code { font-size: 1.3em; } 
    15 /*      ul { list-style: none; padding: 2em 0; }*/ 
    16 /*              ul li { display: inline; padding-right: 1em; text-transform: uppercase; }*/ 
    17 /*                      ul li a { padding: 0.5em 1em; background: #69ad0f; border: 1px solid #569f09; color: #fff; text-decoration: none; }*/ 
    18 /*                      ul li a:hover { background: #569f09; }*/ 
     15        ul { list-style: none; padding: 2em 0; } 
     16                ul li { display: inline; padding-right: 1em; text-transform: uppercase; } 
     17                        ul li a { padding: 0.5em 1em; background: #69ad0f; border: 1px solid #569f09; color: #fff; text-decoration: none; } 
     18                        ul li a:hover { background: #569f09; } 
    1919        form { margin: 0 0 1em; background: #eee; text-align: left; } 
    2020                form fieldset { display: block; border: 0; padding: 1em; }