datenspuren fahrplan style

This commit is contained in:
Astro 2011-09-20 23:22:48 +02:00
parent 1a05b06528
commit 8d2b72704b
1 changed files with 5 additions and 4 deletions

View File

@ -106,6 +106,9 @@ a {
}
#bodyText > div {
}
h2 {
font-family: LondonTwo;
}
h3.summary {
margin-top: 2em;
}
@ -244,17 +247,15 @@ dl dd {
}
.schedule .schedulehead {
color: white;
font-weight: bold;
padding: 0.2em 0;
font-weight: bold;
font-family: LondonTwo;
}
.schedule .timeslot {
color: white;
padding: 0.2em 0.8em 0.2em 1em;
text-align: right;
}
.schedule .timeslot.even {
font-weight: bold;
}
.schedule .timeslot.odd {
font-size: 9.600000000000001pt;
}