Changeset 162

Show
Ignore:
Timestamp:
2008-11-17 11:06:26 (2 months ago)
Author:
hannes
Message:

slightly darker text for better contrast

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/includes/styles/default.css

    r158 r162  
    2424    padding:0px; 
    2525    margin:0px; 
    26     color:#555555
     26    color:#262626
    2727} 
    2828 
     
    343343#memberbar { 
    344344    background:#cccccc; 
    345     color:#555555
     345    color:#262626
    346346    border:1px solid #000000; 
    347347    border-top:0px; 
     
    589589} 
    590590 
     591a:hover { 
     592    text-decoration:underline; 
     593    color:#000000; 
     594} 
     595 
    591596.post a:link { 
    592597    text-decoration:underline; 
     
    618623 
    619624.message a:hover { 
     625    text-decoration:none; 
     626} 
     627 
     628.signature a:link { 
     629    text-decoration:underline; 
     630} 
     631 
     632.signature a:visited { 
     633    text-decoration:underline; 
     634} 
     635 
     636.signature a:active { 
     637    text-decoration:underline; 
     638} 
     639 
     640.signature a:hover { 
    620641    text-decoration:none; 
    621642}