From: Radek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Date: Tue, 22 Feb 2011 14:41:19 +0000 (+0100)
Subject: sexy logo
X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/065de51299321ae6510edd47fd3485991e26b242?ds=sidebyside

sexy logo
---

diff --git a/wolnelektury/static/css/master.css b/wolnelektury/static/css/master.css
index 459c68279..9377c844c 100644
--- a/wolnelektury/static/css/master.css
+++ b/wolnelektury/static/css/master.css
@@ -79,6 +79,16 @@ em {
 #header #logo {
     float: left;
 }
+#header #logo img {
+    margin-bottom: -1.25em;
+}
+#header #logo a {
+    display:block;
+    color: #777;
+}
+#logo a:hover {
+    text-decoration: none;
+}
 
 #header #user-info {
     margin: 0 0 0 auto;
diff --git a/wolnelektury/static/img/logo-bez.png b/wolnelektury/static/img/logo-bez.png
new file mode 100644
index 000000000..213c442d4
Binary files /dev/null and b/wolnelektury/static/img/logo-bez.png differ
diff --git a/wolnelektury/templates/base.html b/wolnelektury/templates/base.html
index 8aaabf10f..4d43c28cc 100644
--- a/wolnelektury/templates/base.html
+++ b/wolnelektury/templates/base.html
@@ -26,7 +26,7 @@
         </div>
         <div id="header">
             <div id="logo">
-                <a href="/"><img src="{{ STATIC_URL }}img/logo.png" alt="WolneLektury.pl - logo" /></a>
+                <a href="/"><img src="{{ STATIC_URL }}img/logo-bez.png" alt="WolneLektury.pl" /><br/>szkolna biblioteka internetowa</a>
             </div>
             <div id="user-info" style="display:none">
                 {% if user.is_authenticated %}