Tom's changes

git-svn-id: file:///svn/phpbb/trunk@1120 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2001-10-02 00:45:42 +00:00
parent d4e7982e4d
commit b9d1d73fc3
2 changed files with 4 additions and 4 deletions

View file

@ -140,10 +140,10 @@ a:hover.postdetails { color: #C23030; text-decoration: underline; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; }
.postbody { font-size : 12px; line-height: 150%}
a.postbody, a.posttiny, a.postsmall, a.postlarge, a.posthuge { text-decoration: none; color : #0176BC }
a:hover.postbody, a:hover.posttiny, a:hover.postsmall, a:hover.postlarge, a:hover.posthuge{ text-decoration: underline; color : #C23030 }
a.postbody { text-decoration: none; color : #0176BC }
a:hover.postbody { text-decoration: underline; color : #C23030 }
/* Quote Code (currently not used) */

View file

@ -45,7 +45,7 @@
</td>
</tr>
<tr>
<td valign="top" class="{postrow.ROW_CLASS}"><span class="postbody" style="line-height: 150%">{postrow.MESSAGE}</span></td>
<td valign="top" class="{postrow.ROW_CLASS}"><span class="postbody">{postrow.MESSAGE}</span></td>
</tr>
<tr>
<td width="22%" align="left" valign="middle" class="{postrow.ROW_CLASS}"><span class="nav"><a href="#top" class="nav">Back