main page look minor fixes
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 20 Jan 2012 14:17:30 +0000 (15:17 +0100)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 20 Jan 2012 14:17:30 +0000 (15:17 +0100)
wolnelektury/static/css/book_box.css
wolnelektury/static/css/main_page.css
wolnelektury/static/fonts/WL-Nav.ttf
wolnelektury/templates/main_page.html

index 2ba3819..da8e7b7 100755 (executable)
@@ -1,5 +1,6 @@
 .book-mini-box, .Book-item {
     display: inline-block;
+    vertical-align: top;
 }
 
 .book-wide-box, .book-box {
index 9124ee0..545e8d6 100755 (executable)
     line-height: 1.45em;
 }
 
-.social-links {
+
+.infopages-box .social-links {
     margin-top: 1em;
-}
\ No newline at end of file
+}
+
+.infopages-box .social-links a {
+    font-family: WL-Nav;
+    font-size: 3em;
+    color: #281d1c;
+    margin-right: .2em;
+}
index e73dedf..a82fa22 100644 (file)
Binary files a/wolnelektury/static/fonts/WL-Nav.ttf and b/wolnelektury/static/fonts/WL-Nav.ttf differ
index a879b0d..988bbb3 100755 (executable)
         {% endcache %}
 
         <div class="social-links">
-            <a href="http://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268"><img src="{{ STATIC_URL }}img/social/facebook.png" alt="WolneLektury @ Facebook" /></a>
-            <a href="http://nk.pl/profile/30441509"><img src="{{ STATIC_URL }}img/social/naszaklasa.png" alt="WolneLektury @ NK" /></a>
+            <a href="http://pl-pl.facebook.com/pages/Wolne-Lektury/203084073268"
+                title='Wolne Lektury @ Facebook'>[f]</a>
+            <a href="http://nk.pl/profile/30441509"
+                title='Wolne Lektury @ NK'>[nk]</a>
         </div>
     </div>