|
From: Bart v. B. <ba...@us...> - 2001-12-15 01:56:29
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv25908/templates/subSilver
Modified Files:
overall_header.tpl
Log Message:
OOps, forgot one
Index: overall_header.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/overall_header.tpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** overall_header.tpl 2001/12/03 01:02:37 1.13
--- overall_header.tpl 2001/12/15 01:56:27 1.14
***************
*** 71,75 ****
/* The largest text used in the index page title and toptic title etc. */
! .maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000;}
--- 71,76 ----
/* The largest text used in the index page title and toptic title etc. */
! .maintitle { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size : 22px; font-weight : bold; text-decoration : none; line-height : 120%; color : #000000; }
! a.maintitle { text-decoration : none; }
|