Changeset 1392

Show
Ignore:
Timestamp:
06/17/2009 06:08:26 AM (15 months ago)
Author:
DarTar
Message:

Minor CSS changes. refs #6 and #868

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2/css/wikka.css

    r1389 r1392  
    4242 
    4343#footer { 
    44         width: 100%; 
    45         float: left; 
    46         background-color: #E3E3E3; 
     44        background-color: #EAEAEA; 
     45        border-bottom: 1px solid #CCC; 
    4746        padding: 0 10px; 
     47        height: 25px; 
    4848} 
    4949 
     
    10011001ul#options_menu { 
    10021002        padding: 5px 10px; 
    1003         border-bottom: 1px solid #CCCCCC; 
    10041003        text-align: left; 
    10051004        list-style-type: none; 
    10061005        padding: 0px; 
    1007         float: left; 
    10081006} 
    10091007