datenspuren css: schedule fixes

This commit is contained in:
Astro 2015-09-28 00:53:05 +02:00
parent 2faa98ee4d
commit 6043325f4e
1 changed files with 7 additions and 2 deletions

View File

@ -195,18 +195,23 @@ footer a {
table-layout: fixed;
width: 620px;
}
.schedule thead th {
border-bottom: 1px solid #ccc;
border-right: 1px solid #ccc;
}
.schedule th, .schedule td {
width: 190px;
}
.schedule th.cell-time, .schedule td.cell-time {
width: 50px;
height: 1.5em;
height: 2em;
}
.schedule h2 {
font-size: 110%;
margin: 0;
}
.schedule .event-details {
font-size: 80%;
color: #666;
}
a[href$="mitschnitte-rss.xml"]:before {