diff --git a/content/static/datenspuren/style/style.css b/content/static/datenspuren/style/style.css index 24f644e66..f45266799 100644 --- a/content/static/datenspuren/style/style.css +++ b/content/static/datenspuren/style/style.css @@ -140,10 +140,19 @@ h3 span.date { height: 128px; } +#header:before { + content: url(/fahrplan/image/conference/74.128x128.png); + width: 128px; + height: 128px; + position: absolute; + top: 0; + left: 8px; +} + #header h1 { position: absolute; top: 1.2ex; - left: 9ex; + left: 168px; font-size: 40px; text-decoration: none; font-weight: bold; @@ -154,7 +163,7 @@ h3 span.date { #header h2 { position: absolute; top: 4.5ex; - left: 25ex; + left: 256px; font-size: 20px; font-style: italic; text-decoration: none;