mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 22:08:54 +00:00
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:
parent
8bdac6683e
commit
bb056dc843
1 changed files with 7 additions and 2 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue