diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:37:11 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-12 18:37:11 +0100 |
commit | 97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695 (patch) | |
tree | 43b35e264cffc3b7cb1e7e41d891ff174d118dc7 /xsl | |
parent | 450dbcc4f4c54314981ecb0da449d099e84df33d (diff) | |
download | mutti-web-97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695.tar.gz mutti-web-97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695.tar.bz2 mutti-web-97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695.zip |
layout: Use logo directly and use #header to address it
Diffstat (limited to 'xsl')
-rw-r--r-- | xsl/layout.xsl | 4 |
1 files changed, 1 insertions, 3 deletions
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> |