diff options
author | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-12-15 01:56:27 +0000 |
---|---|---|
committer | Bart van Bragt <bartvb@users.sourceforge.net> | 2001-12-15 01:56:27 +0000 |
commit | 7c87460aea2d1b51608a186c6867f57d06bf4bce (patch) | |
tree | 1c2371de31b61d035d2d8157f00167857dc8b1d3 | |
parent | 1f6b7aa5674622854212514383c0627fe23e0456 (diff) | |
download | forums-7c87460aea2d1b51608a186c6867f57d06bf4bce.tar forums-7c87460aea2d1b51608a186c6867f57d06bf4bce.tar.gz forums-7c87460aea2d1b51608a186c6867f57d06bf4bce.tar.bz2 forums-7c87460aea2d1b51608a186c6867f57d06bf4bce.tar.xz forums-7c87460aea2d1b51608a186c6867f57d06bf4bce.zip |
OOps, forgot one
git-svn-id: file:///svn/phpbb/trunk@1579 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r-- | phpBB/templates/subSilver/overall_header.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |