Changeset 156

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

underlining links in posts (ticket #84)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/classes/misc/Post.php

    r151 r156  
    9292        } 
    9393        // assemble parts of post 
    94         $_post = '<div>' . $F->post($this->post->post) . '</div>'; 
     94        $_post = '<div class="post">' . $F->post($this->post->post) . '</div>'; 
    9595        // attachment 
    9696        if ($this->post->attachment != '') { 
  • trunk/includes/styles/default.css

    r119 r156  
    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 
    423435.deniedmessage { 
    424436    margin-top:1em;