Reduce the size of h2 a little ...

git-svn-id: file:///svn/phpbb/trunk@4124 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2003-06-13 23:15:43 +00:00
parent 8bdac6683e
commit bb056dc843

View file

@ -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%;
}