From bb056dc843b200ef5b899559ddd876ef55d50689 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Fri, 13 Jun 2003 23:15:43 +0000 Subject: [PATCH] Reduce the size of h2 a little ... git-svn-id: file:///svn/phpbb/trunk@4124 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/adm/subSilver.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/phpBB/adm/subSilver.css b/phpBB/adm/subSilver.css index f32f26ddeb..3041b92f20 100644 --- a/phpBB/adm/subSilver.css +++ b/phpBB/adm/subSilver.css @@ -29,8 +29,13 @@ p { font-size: 8pt; } -.maintitle, h1, h2 { - font: bold 18pt 'Trebuchet MS', Verdana,sans-serif; +.maintitle, h1 { + font: bold 18pt 'Trebuchet MS', Verdana, sans-serif; + text-decoration:none; + line-height: 120%; +} +h2 { + font: bold 12pt Arial, Helvetica, sans-serif; text-decoration:none; line-height: 120%; }