Changeset 158

Show
Ignore:
Timestamp:
2008-08-27 12:23:47 (4 months ago)
Author:
hannes
Message:

underlining links in messages as well

Files:

Legend:

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

    r157 r158  
    421421} 
    422422 
    423 .post a:link { 
    424     text-decoration:underline; 
    425 } 
    426  
    427 .post a:visited { 
    428     text-decoration:underline; 
    429 } 
    430  
    431 .post a:hover { 
    432     text-decoration:none; 
    433 } 
    434  
    435423.deniedmessage { 
    436424    margin-top:1em; 
     
    601589} 
    602590 
     591.post a:link { 
     592    text-decoration:underline; 
     593} 
     594 
     595.post a:visited { 
     596    text-decoration:underline; 
     597} 
     598 
     599.post a:active { 
     600    text-decoration:underline; 
     601} 
     602 
     603.post a:hover { 
     604    text-decoration:none; 
     605} 
     606 
     607.message a:link { 
     608    text-decoration:underline; 
     609} 
     610 
     611.message a:visited { 
     612    text-decoration:underline; 
     613} 
     614 
     615.message a:active { 
     616    text-decoration:underline; 
     617} 
     618 
     619.message a:hover { 
     620    text-decoration:none; 
     621} 
     622 
    603623#admin_top { 
    604624    background:#b9b9b9;