From 8b2a8cc7c31e17dd1013f213c6d4e8242b8cfc51 Mon Sep 17 00:00:00 2001 From: payload Date: Thu, 29 Sep 2011 22:14:40 +0200 Subject: [PATCH] datenspuren: new site width system, fahrplan is now bigger than rest --- content/static/datenspuren/style/style.css | 19 ++++++++++++++++++- xsl/datenspuren/xhtml5.xsl | 8 ++++++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/content/static/datenspuren/style/style.css b/content/static/datenspuren/style/style.css index 8c72f5e3d..62db439d6 100644 --- a/content/static/datenspuren/style/style.css +++ b/content/static/datenspuren/style/style.css @@ -1,7 +1,6 @@ body { font-family: sans-serif; margin: 12pt auto; - width: 900px; } #cloudy { background: url("../images/cloudy.png"); @@ -62,6 +61,19 @@ body { border-radius: 24pt; background: rgba(255,255,255,0.65); min-height: 400px; + display: inline-block; +} +#ct0, #ct1, #ct2 { + display: table-cell; +} +#ct0 { + width: 50%; +} +#ct1 { + width: auto; +} +#ct2 { + width: 50%; } .leftSideBar { float: left; @@ -97,6 +109,10 @@ a { padding: 0 24pt 24pt; } #bodyText > div { + min-width: 800px; +} +#bodyText > .schedule { + width: auto; } h1, h2, h3, dt { font-weight: bolder; @@ -253,3 +269,4 @@ dl dd { display: inline; padding-right: 1em; } + diff --git a/xsl/datenspuren/xhtml5.xsl b/xsl/datenspuren/xhtml5.xsl index 6d56eb7ea..1d5d09675 100644 --- a/xsl/datenspuren/xhtml5.xsl +++ b/xsl/datenspuren/xhtml5.xsl @@ -41,19 +41,23 @@ +
+
-
+
-
+ + +