Ignore:
Timestamp:
08/23/12 09:33:56 (12 years ago)
Author:
nanardon
Message:

review web apparence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/static/style.css

    r977 r1127  
    219219 
    220220#sidebar { 
    221     background-color: #4e8fbb; 
     221/*    background-color: #4e8fbb; */ 
    222222    border: solid; 
    223223    border-color: #437ba1; 
    224224} 
    225225 
    226 #sidebar h3 { 
    227     font-size: 0.8em; 
    228 } 
    229  
    230226#sidebar ul { 
    231227    list-style-type: none; 
    232     padding: 0em; 
     228    padding-top: 0.2em; 
     229    padding-left: 0em; 
    233230} 
    234231 
     
    237234} 
    238235 
    239 #header  { 
    240     background-color: #7DB4D8; 
    241 } 
     236#sidebar a:hover { 
     237    background-color: #7DB4D8; 
     238} 
     239 
     240#header { 
     241    padding: 1px; 
     242} 
     243 
     244 
     245#header h1 { 
     246    text-align: center; 
     247    font-size: 1.2em; 
     248    margin: 0px; 
     249    padding: 0em; 
     250    background-color: #7DB4D8; 
     251} 
Note: See TracChangeset for help on using the changeset viewer.