From 97b59de0d19f8208f1bd1ac8b81b4fd2bbaa1695 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 12 Feb 2013 18:37:11 +0100 Subject: layout: Use logo directly and use #header to address it --- style/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'style') 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; } -- cgit