mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Tom's changes
git-svn-id: file:///svn/phpbb/trunk@1120 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d4e7982e4d
commit
b9d1d73fc3
2 changed files with 4 additions and 4 deletions
|
@ -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) */
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue