Changeset 4477


Ignore:
Timestamp:
08/18/10 18:52:53 (3 years ago)
Author:
carmie
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • web/trunk/trac/htdocs/libcaca.css

    r4476 r4477  
    412412 
    413413#prefs { 
    414     background: #FFBB22; 
    415     border: 1px solid #a3c37a; 
     414    background: #fff; 
     415    border: 1px solid #4E6A91; 
    416416    color: #552701; 
    417417    font-size: 11px; 
     
    440440 
    441441.wiki-toc, #prefs, #tabs { 
    442     background: #FFBB22; 
    443     border: 1px solid #a3c37a; 
     442    background: #fff; 
     443    border: 1px solid #552701; 
    444444    color: #674e4e; 
    445445    font-size: 12px; 
    446446    font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 
    447447    -moz-border-radius: 5px; 
     448} 
     449#prefs .buttons { 
     450    margin-top: 0; 
     451    text-align: center; 
    448452} 
    449453#tabs li {  
Note: See TracChangeset for help on using the changeset viewer.