A little more readable text.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Tue, 22 Apr 2014 09:19:27 +0000 (11:19 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Tue, 22 Apr 2014 09:19:27 +0000 (11:19 +0200)
prawokultury/static/css/base.css
prawokultury/static/css/base.scss
prawokultury/static/css/entry.css
prawokultury/static/css/entry.scss

index 9c3ddd8..5103bab 100644 (file)
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
+@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic);
 body {
   font-family: 'Lato', sans-serif;
   font-size: .625em;
 body {
   font-family: 'Lato', sans-serif;
   font-size: .625em;
index 18db75e..bee2f37 100644 (file)
@@ -1,4 +1,4 @@
-@import url(http://fonts.googleapis.com/css?family=Lato:400,700,400italic);
+@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic);
 
 body {
     font-family: 'Lato', sans-serif;
 
 body {
     font-family: 'Lato', sans-serif;
index b3841e2..1182c52 100644 (file)
@@ -9,17 +9,18 @@
     padding-top: .7em; }
 
 .entry-wrapped {
     padding-top: .7em; }
 
 .entry-wrapped {
-  margin-left: 8em; }
+  margin-left: 8em;
+  line-height: 1.8em; }
   .entry-wrapped h1, .entry-wrapped h2 {
     margin: 0;
     color: #ed7f00;
   .entry-wrapped h1, .entry-wrapped h2 {
     margin: 0;
     color: #ed7f00;
-    font-size: 1.3em; }
+    font-size: 1.4em; }
     .entry-wrapped h1 a, .entry-wrapped h2 a {
       color: #01519a; }
   .entry-wrapped h2.section {
     margin: 2em 0; }
   .entry-wrapped .entry-data {
     .entry-wrapped h1 a, .entry-wrapped h2 a {
       color: #01519a; }
   .entry-wrapped h2.section {
     margin: 2em 0; }
   .entry-wrapped .entry-data {
-    font-size: 1.3em;
+    font-size: 1.4em;
     margin-top: 1.4em;
     margin-bottom: 1.4em; }
     .entry-wrapped .entry-data .date {
     margin-top: 1.4em;
     margin-bottom: 1.4em; }
     .entry-wrapped .entry-data .date {
@@ -31,9 +32,9 @@
       .entry-wrapped .entry-data .categories a {
         color: black; }
   .entry-wrapped .lead {
       .entry-wrapped .entry-data .categories a {
         color: black; }
   .entry-wrapped .lead {
-    font-size: 1.3em; }
+    font-size: 1.4em; }
   .entry-wrapped .body {
   .entry-wrapped .body {
-    font-size: 1.3em; }
+    font-size: 1.4em; }
   .entry-wrapped blockquote {
     position: relative;
     left: 1em;
   .entry-wrapped blockquote {
     position: relative;
     left: 1em;
index e8ddda8..9814feb 100644 (file)
 
 .entry-wrapped {
     margin-left: 8em;
 
 .entry-wrapped {
     margin-left: 8em;
+    line-height: 1.8em;
 
     h1, h2 {
         margin: 0;
         color: #ed7f00;
 
     h1, h2 {
         margin: 0;
         color: #ed7f00;
-        font-size: 1.3em;
+        font-size: 1.4em;
 
         a {
             color: #01519a;
 
         a {
             color: #01519a;
@@ -30,7 +31,7 @@
     }
 
     .entry-data {
     }
 
     .entry-data {
-        font-size: 1.3em;
+        font-size: 1.4em;
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .date {
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .date {
     }
 
     .lead {
     }
 
     .lead {
-        font-size: 1.3em;
+        font-size: 1.4em;
     }
 
     .body {
     }
 
     .body {
-        font-size: 1.3em;
+        font-size: 1.4em;
     }
 
     blockquote {
     }
 
     blockquote {