mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-12 22:38:52 +00:00
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:
parent
3f06c64643
commit
be48a3fba7
1 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ font { font-family: Verdana, Arial, Helvetica, sans-serif }
|
||||||
td { font-family: Verdana, Arial, Helvetica, sans-serif }
|
td { font-family: Verdana, Arial, Helvetica, sans-serif }
|
||||||
th { font-family: Verdana, Arial, Helvetica, sans-serif }
|
th { font-family: Verdana, Arial, Helvetica, sans-serif }
|
||||||
P { 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 */
|
/* Forum colours */
|
||||||
|
@ -134,7 +134,7 @@ a.postdetails:hover { color: #C23030; text-decoration: underline; }
|
||||||
|
|
||||||
|
|
||||||
/* The content of the posts (body of text) */
|
/* 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 { text-decoration: none; color : {T_BODY_LINK} }
|
||||||
a.postlink:hover { text-decoration: underline; color : #C23030 }
|
a.postlink:hover { text-decoration: underline; color : #C23030 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue