diff options
-rw-r--r-- | style/style.css | 6 | ||||
-rw-r--r-- | xsl/layout.xsl | 10 |
2 files changed, 5 insertions, 11 deletions
diff --git a/style/style.css b/style/style.css index ababec5..d6c96b6 100644 --- a/style/style.css +++ b/style/style.css @@ -134,12 +134,8 @@ label { color: #858585; } -#navi { +ul#navi { height: 50px; -} - -#navi ul { - margin: 0; padding: 0; list-style: none; line-height: normal; diff --git a/xsl/layout.xsl b/xsl/layout.xsl index 241a067..5bbebb9 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -24,12 +24,10 @@ <h1>Beratung & Controlling</h1> <h2>Angelika Franzke</h2> </div> - <div id="navi"> - <ul> - <xsl:call-template name="navigation" /> - </ul> - <a href="#page" accesskey="S" style="display: none" /> - </div> + <ul id="navi"> + <xsl:call-template name="navigation" /> + </ul> + <a href="#page" accesskey="S" style="display: none" /> <div id="container"> <hr /> <div id="page"> |