reduce font size for headlines

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3455 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2009-07-13 09:50:04 +00:00
parent 3011228aa3
commit d251658f55

View file

@ -186,19 +186,19 @@ fieldset.box td {
}
.content-2 h1, .content-1 h2, h2 {
font-size: 170%;
font-size: 160%;
font-weight: normal;
padding-top: 0.5em;
}
.content-3 h1, .content-2 h2, .content-1 h3, h3 {
font-size: 160%;
font-size: 140%;
font-weight: normal;
padding-top: 0.4em;
}
.content-4 h1, .content-3 h2, .content-2 h3, .content-1 h4, h4 {
font-size: 140%;
font-size: 130%;
font-weight: normal;
padding-top: 0.3em;
}