From 9fe62560b3f5bf2e0d4a0e2bfa5c9692e69a696e Mon Sep 17 00:00:00 2001 From: Astro Date: Sat, 22 Oct 2016 01:32:28 +0200 Subject: [PATCH] datenspuren style: rm .schedule width the browser is smarter --- content/static/datenspuren/2016/style/style.css | 3 --- 1 file changed, 3 deletions(-) diff --git a/content/static/datenspuren/2016/style/style.css b/content/static/datenspuren/2016/style/style.css index 9e7dfb85a..757eb4239 100644 --- a/content/static/datenspuren/2016/style/style.css +++ b/content/static/datenspuren/2016/style/style.css @@ -248,7 +248,6 @@ footer a { .schedule { border-collapse: collapse; table-layout: fixed; - width: 620px; background-color: rgba(255, 255, 255, 0.6); } .schedule thead th { @@ -256,10 +255,8 @@ footer a { border-right: 1px solid #ccc; } .schedule th, .schedule td { - width: 190px; } .schedule th.cell-time, .schedule td.cell-time { - width: 50px; height: 2em; } .schedule h2 {