From a2811855a905efee0786493e870ca9862b2091f7 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Tue, 22 Jan 2013 17:00:07 +0100 Subject: [PATCH] fix continuation --- content/css/main2.sass | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/content/css/main2.sass b/content/css/main2.sass index af6889f7d..8d47a2697 100644 --- a/content/css/main2.sass +++ b/content/css/main2.sass @@ -34,7 +34,9 @@ $altfront: $base1 $lighter: $base00 $unit: 20px +$small: 14px $lineheight: $unit * 1.5 +$smalllineheight: $small * 1.5 $hmargin: 4*$unit html @@ -120,6 +122,7 @@ a:hover border-bottom: solid 1px $altfront pre code background: none + border: none ul list-style: none ul li:before @@ -134,7 +137,7 @@ a:hover margin: $unit $hmargin .toc, #markdown-toc a - color: $altfront + color: $front ol li, ul li margin: ($unit/2) 0 ol li ul, ol li ol, ul li ol, ul li ul @@ -196,6 +199,7 @@ p code, li code border: solid 1px rgba(0,0,0,0.1) pre code background: none + border: none // Specific elements #social,#choixrss,#comment @@ -215,9 +219,13 @@ p code, li code width: auto max-width: 100% .intro - font-size: 14px - line-height: 21px + width: 37*$small + 2*$hmargin + margin: 0 auto + font-size: $small + line-height: $smalllineheight color: $lighter + blockquote hr + display: none .left float: left .right @@ -236,8 +244,8 @@ p code, li code #bottom padding: $unit 0 text-align: center - font-size: 14px - line-height: 21px + font-size: $small + line-height: $smalllineheight #entete padding: $unit 0 text-align: center @@ -263,8 +271,8 @@ p code, li code #tagcloud margin: $unit $hmargin - font-size: 14px - line-height: 21px + font-size: $small + line-height: $smalllineheight #sousliens.archive > ul display: none #sousliens.archive > h4:hover