Changeset 156
- Timestamp:
- 2008-08-27 09:26:23 (4 months ago)
- Files:
-
- trunk/classes/misc/Post.php (modified) (1 diff)
- trunk/includes/styles/default.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/classes/misc/Post.php
r151 r156 92 92 } 93 93 // assemble parts of post 94 $_post = '<div >' . $F->post($this->post->post) . '</div>';94 $_post = '<div class="post">' . $F->post($this->post->post) . '</div>'; 95 95 // attachment 96 96 if ($this->post->attachment != '') { trunk/includes/styles/default.css
r119 r156 421 421 } 422 422 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 423 435 .deniedmessage { 424 436 margin-top:1em;
