show upper-level headlines as bold

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3934 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-08-08 07:04:07 +00:00
parent 2342c11e61
commit 33401e52d9

View file

@ -209,18 +209,22 @@ fieldset.box td {
.content-1 h1, h1 {
font-size: 180%;
font-weight: bold;
color: #444;
padding-top: 0.6em;
}
.content-2 h1, .content-1 h2, h2 {
font-size: 160%;
font-weight: normal;
font-weight: bold;
color: #444;
padding-top: 0.5em;
}
.content-3 h1, .content-2 h2, .content-1 h3, h3 {
font-size: 140%;
font-weight: normal;
font-weight: bold;
color: #444;
padding-top: 0.4em;
}