From 0ccc55a26b51b38745b6587cf08fa523d1d03155 Mon Sep 17 00:00:00 2001 From: laron Date: Thu, 15 Aug 2013 19:26:10 +0200 Subject: [PATCH] Slighly increase long text size --- panikweb_templates/static/css/style.less | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/panikweb_templates/static/css/style.less b/panikweb_templates/static/css/style.less index 98f549a..f4d0e1b 100644 --- a/panikweb_templates/static/css/style.less +++ b/panikweb_templates/static/css/style.less @@ -41,10 +41,11 @@ body { font-family: RE01; line-height: 1.5; text-align: left; - margin:@l+5px auto; + margin:40px auto; /*padding: 0px 10px;*/ clear: both; } +article{font-size: @m;} /* Mixins & USEFUL CLASSES */ .squash(@x, @y: 1) { transform: scale(@x, @y); @@ -129,7 +130,7 @@ nav.menu li{ } /* GLOBAL STYLES */ -#main {padding:2em 1em;} +#main {padding:1em;} /* GLOBAL SITE NAV */ @@ -364,7 +365,7 @@ nav.menu li{ overflow: hidden; } .emission-detail .control .symbol{ - font-size: @xxl*1.5; + font-size: @xxl*1.1; line-height: 80%; float:left; } -- 2.39.2