Larger text.
authorRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Thu, 3 Apr 2014 14:55:51 +0000 (16:55 +0200)
committerRadek Czajka <radekczajka@nowoczesnapolska.org.pl>
Thu, 3 Apr 2014 14:55:51 +0000 (16:55 +0200)
prawokultury/static/css/base.scss
prawokultury/static/css/entry.css
prawokultury/static/css/entry.scss
prawokultury/static/css/menu.css

index 294c369..5e9b743 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;
index e8284a9..451afbe 100644 (file)
   .entry-wrapped h1, .entry-wrapped h2 {
     margin: 0;
     color: #01519a;
-    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 {
-    font-size: 1.3em;
+    font-size: 1.4em;
     margin-top: 1.4em;
     margin-bottom: 1.4em; }
     .entry-wrapped .entry-data .date {
@@ -30,9 +30,9 @@
       .entry-wrapped .entry-data .categories a {
         color: black; }
   .entry-wrapped .lead {
-    font-size: 1.3em; }
+    font-size: 1.4em; }
   .entry-wrapped .body {
-    font-size: 1.3em; }
+    font-size: 1.4em; }
   .entry-wrapped .lead h2,
   .entry-wrapped .body h2 {
     font-size: 1em;
index 99d787b..459e832 100644 (file)
@@ -17,7 +17,7 @@
     h1, h2 {
         margin: 0;
         color: #01519a;
-        font-size: 1.3em;
+        font-size: 1.4em;
 
         a {
             color: #01519a;
@@ -29,7 +29,7 @@
     }
 
     .entry-data {
-        font-size: 1.3em;
+        font-size: 1.4em;
         margin-top: 1.4em;
         margin-bottom: 1.4em;
         .date {
     }
 
     .lead {
-        font-size: 1.3em;
+        font-size: 1.4em;
     }
 
     .body {
-        font-size: 1.3em;
+        font-size: 1.4em;
     }
 
     .lead h2,
index d9b2f4a..9340784 100644 (file)
     color: #004e98;
     content: "(";
     position: absolute;
-    left: -0.7em;
+    left: -.7em;
     font-size: 2em;
-    top: -0.25em; }
+    top: -.25em; }
   #menu li.active:after {
     color: #004e98;
     content: ")";
     position: absolute;
-    right: -0.7em;
+    right: -.7em;
     font-size: 2em;
-    top: -0.25em; }
+    top: -.25em; }
   #menu #item-lang a {
     color: #0050a2; }