From 8d2b72704b66164162b193a97c5bba63500e945c Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 20 Sep 2011 23:22:48 +0200 Subject: [PATCH] datenspuren fahrplan style --- content/static/datenspuren/style/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/content/static/datenspuren/style/style.css b/content/static/datenspuren/style/style.css index 3e50f197e..700709359 100644 --- a/content/static/datenspuren/style/style.css +++ b/content/static/datenspuren/style/style.css @@ -106,6 +106,9 @@ a { } #bodyText > div { } +h2 { + font-family: LondonTwo; +} h3.summary { margin-top: 2em; } @@ -244,17 +247,15 @@ dl dd { } .schedule .schedulehead { color: white; - font-weight: bold; padding: 0.2em 0; + font-weight: bold; + font-family: LondonTwo; } .schedule .timeslot { color: white; padding: 0.2em 0.8em 0.2em 1em; text-align: right; } -.schedule .timeslot.even { - font-weight: bold; -} .schedule .timeslot.odd { font-size: 9.600000000000001pt; }