|
From: Bart v. B. <ba...@us...> - 2001-11-28 18:49:02
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv2606
Modified Files:
overall_header.tpl
Log Message:
It's the small thing that can annoy the heck out of you :)
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** overall_header.tpl 2001/11/26 14:19:39 1.11
--- overall_header.tpl 2001/11/28 18:48:53 1.12
***************
*** 28,32 ****
th { font-family: Verdana, Arial, Helvetica, sans-serif }
P { font-family: Verdana, Arial, Helvetica, sans-serif }
! hr { height: 1px; color:{T_TR_COLOR3} }
--- 28,32 ----
th { font-family: Verdana, Arial, Helvetica, sans-serif }
P { font-family: Verdana, Arial, Helvetica, sans-serif }
! hr { height: 0px; border: solid {T_TR_COLOR3} 0px; border-top-width: 1px;}
***************
*** 135,139 ****
/* The content of the posts (body of text) */
! .postbody { font-size : 12px; line-height: 150%}
a.postlink { text-decoration: none; color : {T_BODY_LINK} }
--- 135,139 ----
/* The content of the posts (body of text) */
! .postbody { font-size : 12px; line-height: 18px}
a.postlink { text-decoration: none; color : {T_BODY_LINK} }
|