datenspuren in-page schedule style

This commit is contained in:
Astro 2010-10-14 21:20:22 +02:00
parent 81347529a1
commit 73ee8d0a87
1 changed files with 7 additions and 3 deletions

View File

@ -368,16 +368,19 @@ acronym
/* ###### Schedule ###### */
table.schedule {
text-align: left;
border-spacing: 2px;
border-spacing: 0px;
border-collapse: collapse;
}
table.schedule td.odd, table.schedule td.even {
font-size: large;
font-size: 115%;
font-weight: bold;
color: white;
background-color: black;
border-bottom: 2px solid white;
}
.schedulehead {
text-align: center;
font-size: large;
font-weight: bold;
color: white;
background-color: #049000;
@ -414,7 +417,8 @@ table.schedule td.odd, table.schedule td.even {
}
.event li {
list-style-type: none;
margin: 2em 0.2em;
margin: 2em 0em;
padding: 0;
padding-right: 2em;
display: inline-block;
}