c3d2-web/content/static/datenspuren/css/fahrplan.css
astro b9303170a3 Datenspuren: Fahrplanintegration in www.datenspuren.de/fahrplan.html
git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1853 31f61c52-7bfb-0310-b897-fc00f8a278f0
2009-10-02 22:25:42 +00:00

21 lines
401 B
CSS

table.schedule {
margin-top: 0.2em;
margin-bottom: 1em;
}
table.schedule tr th {
background-color: #eee;
}
table.schedule tr td.odd {
background-color: #eee;
}
table.schedule tr td.event {
background-color: #eee;
padding: 0 0.2em;
}
table.schedule tr td.event ul {
list-style-type: none;
font-size: 50%;
}
table.schedule tr td.event ul li {
display: inline-block;
}