summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 18:37:11 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-12 18:37:11 +0100
commit97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695 (patch)
tree43b35e264cffc3b7cb1e7e41d891ff174d118dc7
parent450dbcc4f4c54314981ecb0da449d099e84df33d (diff)
downloadmutti-web-97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695.tar.gz
mutti-web-97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695.tar.bz2
mutti-web-97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695.zip
layout: Use logo directly and use #header to address it
-rw-r--r--style/style.css4
-rw-r--r--xsl/layout.xsl4
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 &amp; Controlling</h1>
<h2>Angelika Franzke</h2>
</div>