Use Pillow.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Tue, 22 Apr 2014 09:13:43 +0000 (11:13 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Tue, 22 Apr 2014 09:13:43 +0000 (11:13 +0200)
prawokultury/static/css/header.css
prawokultury/static/css/menu.css
requirements.txt

index 51c964c..1013ade 100644 (file)
@@ -17,7 +17,7 @@
   .org-fnp span, .org-trust span {
     color: #888; }
   .org-fnp img, .org-trust img {
-    margin-left: -0.3em;
+    margin-left: -.3em;
     margin-top: 1em; }
 
 .org-fnp {
index 65a28d5..3bd6d9a 100644 (file)
     color: #ed7f00;
     content: "(";
     position: absolute;
-    left: -0.7em;
+    left: -.7em;
     font-size: 2em;
-    top: -0.25em; }
+    top: -.25em; }
   #menu li.active:after {
     color: #ed7f00;
     content: ")";
     position: absolute;
-    right: -0.7em;
+    right: -.7em;
     font-size: 2em;
-    top: -0.25em; }
+    top: -.25em; }
   #menu #item-lang a {
     color: #ed952f; }
index 7c0ae19..f247de6 100644 (file)
@@ -4,7 +4,7 @@ Django>=1.6,<1.7
 fnpdjango>=0.1.18,<0.2
 django_cas>=2.1,<2.2
 South>=0.7.4
-PIL
+Pillow
 sorl-thumbnail>=11.09,<12
 django-pagination
 django-migdal>=0.4,<0.5