From 7c87460aea2d1b51608a186c6867f57d06bf4bce Mon Sep 17 00:00:00 2001 From: Bart van Bragt Date: Sat, 15 Dec 2001 01:56:27 +0000 Subject: [PATCH] OOps, forgot one git-svn-id: file:///svn/phpbb/trunk@1579 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/subSilver/overall_header.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/templates/subSilver/overall_header.tpl b/phpBB/templates/subSilver/overall_header.tpl index e7636e72fc..cfd5dae565 100644 --- a/phpBB/templates/subSilver/overall_header.tpl +++ b/phpBB/templates/subSilver/overall_header.tpl @@ -70,7 +70,8 @@ TH.thCornerR { border-left-width: 0px; border-top-width: 1px; border-right-width TD.row3Right { background-color: {T_TR_COLOR3}; border: #FFFFFF; border-style: solid; border-left-width: 0px; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px } /* 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;} +.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; } /* General normal text */