It's the small thing that can annoy the heck out of you :)

git-svn-id: file:///svn/phpbb/trunk@1468 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Bart van Bragt 2001-11-28 18:48:53 +00:00
parent 3f06c64643
commit be48a3fba7

View file

@ -27,7 +27,7 @@ font { font-family: Verdana, Arial, Helvetica, sans-serif }
td { font-family: Verdana, Arial, Helvetica, sans-serif }
th { font-family: Verdana, Arial, Helvetica, sans-serif }
P { font-family: Verdana, Arial, Helvetica, sans-serif }
hr { height: 1px; color:{T_TR_COLOR3} }
hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
/* Forum colours */
@ -134,7 +134,7 @@ a.postdetails:hover { color: #C23030; text-decoration: underline; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 150%}
.postbody { font-size : 12px; line-height: 18px}
a.postlink { text-decoration: none; color : {T_BODY_LINK} }
a.postlink:hover { text-decoration: underline; color : #C23030 }