* zeilenueberschneidung-bei-mehrzeiligen-headlines-b-gone

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1058 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
leon 2008-01-11 20:35:07 +00:00
parent 5f08865b73
commit d8d92bb8a7
1 changed files with 6 additions and 0 deletions

View File

@ -138,7 +138,12 @@ pre {
font-weight: bold;
}
#content h1 {
line-height: 1em;
}
#content h2 {
line-height: 1em;
font-size: 200%;
margin-bottom: 1em;
margin-top: 0px;
@ -146,6 +151,7 @@ pre {
}
#content h3 {
line-height: 1.3em;
font-size: 130%;
margin-top: 30px;
color: #555;