css fixes

This commit is contained in:
Astro 2011-01-03 15:24:22 +01:00
parent e8c99d56e0
commit 91481e4fff
1 changed files with 5 additions and 5 deletions

View File

@ -230,8 +230,7 @@ pre {
/* -- News -- */
#news {
background: url(../images/pesthoernchen.png) top center no-repeat;
padding: 2em;
padding-top: 90px;
padding: 90px 1em 0 2em;
}
#news h2 {
@ -245,7 +244,7 @@ pre {
list-style-image: url(../images/bullet.png);
font-size: small;
margin-left: -1em;
max-width: 10em !important;
/*max-width: 20em !important;*/
}
#news ul li {
@ -265,7 +264,7 @@ pre {
/* -- Upcoming -- */
#upcoming {
padding: 1.5em;
padding: 0 1em 0 2em;
}
#upcoming h2 {
@ -306,7 +305,8 @@ pre {
/* -- footer -- */
#footer {
margin: 0 2em;
clear: both;
margin: 0 auto;
text-align: center;
font-size: small;
}