From b3328086a412335c292e0986acdc5be4de0d9871 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sun, 29 Jul 2012 15:35:46 +0000 Subject: [PATCH] htdocs: no border for logo git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1082 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- htdocs/common/common.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/common/common.css b/htdocs/common/common.css index b7e638a..f5b04fe 100644 --- a/htdocs/common/common.css +++ b/htdocs/common/common.css @@ -44,6 +44,7 @@ h1, h2, h3, h4, h5, h6 { color: white; } #header #banner #logo { + border: 0; display: block; float: left; margin-right: 5px;