loops.css improvement

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1727 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-05-13 06:17:38 +00:00
parent d706d60f80
commit ca88038d32

View file

@ -27,26 +27,27 @@ pre {
margin-left: 5px; margin-left: 5px;
} }
.content-1 h1 { /*.content-1 h1 { */
h1 {
font-size: 160%; font-size: 160%;
font-weight: bold; font-weight: bold;
} }
.content-2 h1, .content-1 h2, .content-1 h3 { .content-2 h1, h2 {
font-size: 140%;
}
.content-3 h1, .content-2 h2, h3 {
font-size: 130%; font-size: 130%;
font-weight: bold; font-weight: bold;
} }
.content-3 h1, .content-2 h2, .content-2 h3 { .content-4 h1, .content-3 h2, .content-2 h3, h4 {
font-size: 120%;
}
.content-4 h1, .content-3 h2, .content-3 h3 {
font-size: 110%; font-size: 110%;
border: none; border: none;
} }
.content-5 h1, .content-4 h2, .content-4 h3 { .content-5 h1, .content-4 h2, .content-3 h3, content-2 h4 {
font-size: 100%; font-size: 100%;
border: none; border: none;
} }