fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
01dffbe
)
main page look minor fixes
author
Radek Czajka
<radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 20 Jan 2012 14:17:30 +0000
(15:17 +0100)
committer
Radek Czajka
<radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 20 Jan 2012 14:17:30 +0000
(15:17 +0100)
wolnelektury/static/css/book_box.css
patch
|
blob
|
history
wolnelektury/static/css/main_page.css
patch
|
blob
|
history
wolnelektury/static/fonts/WL-Nav.ttf
patch
|
blob
|
history
wolnelektury/templates/main_page.html
patch
|
blob
|
history
diff --git
a/wolnelektury/static/css/book_box.css
b/wolnelektury/static/css/book_box.css
index
2ba3819
..
da8e7b7
100755
(executable)
--- a/
wolnelektury/static/css/book_box.css
+++ b/
wolnelektury/static/css/book_box.css
@@
-1,5
+1,6
@@
.book-mini-box, .Book-item {
display: inline-block;
.book-mini-box, .Book-item {
display: inline-block;
+ vertical-align: top;
}
.book-wide-box, .book-box {
}
.book-wide-box, .book-box {
diff --git
a/wolnelektury/static/css/main_page.css
b/wolnelektury/static/css/main_page.css
index
9124ee0
..
545e8d6
100755
(executable)
--- a/
wolnelektury/static/css/main_page.css
+++ b/
wolnelektury/static/css/main_page.css
@@
-111,6
+111,14
@@
line-height: 1.45em;
}
line-height: 1.45em;
}
-.social-links {
+
+.infopages-box .social-links {
margin-top: 1em;
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;
+}
diff --git
a/wolnelektury/static/fonts/WL-Nav.ttf
b/wolnelektury/static/fonts/WL-Nav.ttf
index
e73dedf
..
a82fa22
100644
(file)
Binary files a/wolnelektury/static/fonts/WL-Nav.ttf and b/wolnelektury/static/fonts/WL-Nav.ttf differ
diff --git
a/wolnelektury/templates/main_page.html
b/wolnelektury/templates/main_page.html
index
a879b0d
..
988bbb3
100755
(executable)
--- a/
wolnelektury/templates/main_page.html
+++ b/
wolnelektury/templates/main_page.html
@@
-73,8
+73,10
@@
{% endcache %}
<div class="social-links">
{% 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>
</div>
</div>