From d56ec72640a10ffa81bedce398eca93c27037da3 Mon Sep 17 00:00:00 2001 From: Caoimhe Chaos Date: Sat, 7 Dec 2013 20:07:30 +0100 Subject: =?UTF-8?q?Logo=20auf=20die=20Webseiten=20hinzuf=C3=BCgen.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- local.css | 3 +++ logo_44px.png | Bin 0 -> 3031 bytes 2 files changed, 3 insertions(+) create mode 100644 logo_44px.png diff --git a/local.css b/local.css index 854f9b61..c217cad3 100755 --- a/local.css +++ b/local.css @@ -46,6 +46,9 @@ color:#fff; .header { padding-bottom: 0.5em; padding-top: 0.5em; +background-image: url(/logo_44px.png); +background-repeat: no-repeat; +padding-left: 80px; background-color: #fff; } .header a { diff --git a/logo_44px.png b/logo_44px.png new file mode 100644 index 00000000..9da25d41 Binary files /dev/null and b/logo_44px.png differ -- cgit v1.2.1