datenspuren style: rm .schedule width

the browser is smarter
This commit is contained in:
Astro 2016-10-22 01:32:28 +02:00
parent 449ba7317a
commit 9fe62560b3
1 changed files with 0 additions and 3 deletions

View File

@ -248,7 +248,6 @@ footer a {
.schedule { .schedule {
border-collapse: collapse; border-collapse: collapse;
table-layout: fixed; table-layout: fixed;
width: 620px;
background-color: rgba(255, 255, 255, 0.6); background-color: rgba(255, 255, 255, 0.6);
} }
.schedule thead th { .schedule thead th {
@ -256,10 +255,8 @@ footer a {
border-right: 1px solid #ccc; border-right: 1px solid #ccc;
} }
.schedule th, .schedule td { .schedule th, .schedule td {
width: 190px;
} }
.schedule th.cell-time, .schedule td.cell-time { .schedule th.cell-time, .schedule td.cell-time {
width: 50px;
height: 2em; height: 2em;
} }
.schedule h2 { .schedule h2 {