]> git.0d.be Git - panikweb.git/commitdiff
Slighly increase long text size
authorlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 17:26:10 +0000 (19:26 +0200)
committerlaron <simon@surlaterre.org>
Thu, 15 Aug 2013 17:26:10 +0000 (19:26 +0200)
panikweb_templates/static/css/style.less

index 98f549a22870758d9212115f2703b0d47171b92c..f4d0e1b942b7a6b844a314bd39e2864a61f79c29 100644 (file)
@@ -41,10 +41,11 @@ body {
     font-family: RE01;
     line-height: 1.5;
     text-align: left;
     font-family: RE01;
     line-height: 1.5;
     text-align: left;
-    margin:@l+5px auto;
+    margin:40px auto;
     /*padding: 0px 10px;*/
     clear: both;
 }
     /*padding: 0px 10px;*/
     clear: both;
 }
+article{font-size: @m;}
 /* Mixins & USEFUL CLASSES */
 .squash(@x, @y: 1) {
     transform: scale(@x, @y);
 /* Mixins & USEFUL CLASSES */
 .squash(@x, @y: 1) {
     transform: scale(@x, @y);
@@ -129,7 +130,7 @@ nav.menu li{
 }
 /* GLOBAL STYLES */
 
 }
 /* GLOBAL STYLES */
 
-#main {padding:2em 1em;}
+#main {padding:1em;}
 
 /* GLOBAL SITE NAV */
 
 
 /* GLOBAL SITE NAV */
 
@@ -364,7 +365,7 @@ nav.menu li{
        overflow: hidden;
 }
 .emission-detail .control .symbol{
        overflow: hidden;
 }
 .emission-detail .control .symbol{
-       font-size: @xxl*1.5;
+       font-size: @xxl*1.1;
        line-height: 80%;
        float:left;
 }
        line-height: 80%;
        float:left;
 }