diff options
-rw-r--r-- | style/style.css | 4 | ||||
-rw-r--r-- | xsl/layout.xsl | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/style/style.css b/style/style.css index 4446391..aae27ac 100644 --- a/style/style.css +++ b/style/style.css @@ -112,10 +112,8 @@ img.right { } -#logo { +#header img { float: left; - width: 56px; - height: 56px; margin-right: 5px; } diff --git a/xsl/layout.xsl b/xsl/layout.xsl index a3ae073..9509e6b 100644 --- a/xsl/layout.xsl +++ b/xsl/layout.xsl @@ -20,9 +20,7 @@ </head> <body> <div id="header"> - <div id="logo"> - <img src="checkmark.png" alt="Checkmark"/> - </div> + <img src="checkmark.png" alt="Checkmark"/> <h1>Beratung & Controlling</h1> <h2>Angelika Franzke</h2> </div> |