diff --git a/content/datenspuren/location.xml b/content/datenspuren/location.xml index 081e510a6..468ccadbe 100644 --- a/content/datenspuren/location.xml +++ b/content/datenspuren/location.xml @@ -15,7 +15,7 @@ -->

- images/osm.png + images/osm.png Auf OpenStreetMap öffnen.

diff --git a/content/static/datenspuren/2015/style/style.css b/content/static/datenspuren/2015/style/style.css index 12e3a94c6..c15f6371c 100644 --- a/content/static/datenspuren/2015/style/style.css +++ b/content/static/datenspuren/2015/style/style.css @@ -13,6 +13,7 @@ nav { left: 0; right: 0; text-align: center; + z-index: 5; // on top of
} nav ul { list-style-type: none; @@ -25,10 +26,11 @@ nav li { min-width: 8em; display: inline-block; margin: 0 0 1em; - border-left: 2.5px solid black; - border-right: 2.5px solid black; - border-bottom: 2.5px solid black; + border-left: 2px solid black; + border-right: 2px solid black; + border-bottom: 2px solid black; border-radius: 0 0 2em 2em; + background-color: rgba(255, 255, 255, 0.8); } nav li a { display: inline-block; @@ -66,6 +68,10 @@ a { text-decoration: none; } +.bordered { + border: 2px solid black; +} + .block{ display: block; white-space: pre; diff --git a/xsl/datenspuren/xhtml5.xsl b/xsl/datenspuren/xhtml5.xsl index 6d7cad3a9..ddf1b78a3 100644 --- a/xsl/datenspuren/xhtml5.xsl +++ b/xsl/datenspuren/xhtml5.xsl @@ -35,7 +35,7 @@ -