fix continuation

This commit is contained in:
Yann Esposito (Yogsototh) 2013-01-22 17:00:07 +01:00
parent 2b5ff88a03
commit a2811855a9

View file

@ -34,7 +34,9 @@ $altfront: $base1
$lighter: $base00 $lighter: $base00
$unit: 20px $unit: 20px
$small: 14px
$lineheight: $unit * 1.5 $lineheight: $unit * 1.5
$smalllineheight: $small * 1.5
$hmargin: 4*$unit $hmargin: 4*$unit
html html
@ -120,6 +122,7 @@ a:hover
border-bottom: solid 1px $altfront border-bottom: solid 1px $altfront
pre code pre code
background: none background: none
border: none
ul ul
list-style: none list-style: none
ul li:before ul li:before
@ -134,7 +137,7 @@ a:hover
margin: $unit $hmargin margin: $unit $hmargin
.toc, #markdown-toc .toc, #markdown-toc
a a
color: $altfront color: $front
ol li, ul li ol li, ul li
margin: ($unit/2) 0 margin: ($unit/2) 0
ol li ul, ol li ol, ul li ol, ul li ul 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) border: solid 1px rgba(0,0,0,0.1)
pre code pre code
background: none background: none
border: none
// Specific elements // Specific elements
#social,#choixrss,#comment #social,#choixrss,#comment
@ -215,9 +219,13 @@ p code, li code
width: auto width: auto
max-width: 100% max-width: 100%
.intro .intro
font-size: 14px width: 37*$small + 2*$hmargin
line-height: 21px margin: 0 auto
font-size: $small
line-height: $smalllineheight
color: $lighter color: $lighter
blockquote hr
display: none
.left .left
float: left float: left
.right .right
@ -236,8 +244,8 @@ p code, li code
#bottom #bottom
padding: $unit 0 padding: $unit 0
text-align: center text-align: center
font-size: 14px font-size: $small
line-height: 21px line-height: $smalllineheight
#entete #entete
padding: $unit 0 padding: $unit 0
text-align: center text-align: center
@ -263,8 +271,8 @@ p code, li code
#tagcloud #tagcloud
margin: $unit $hmargin margin: $unit $hmargin
font-size: 14px font-size: $small
line-height: 21px line-height: $smalllineheight
#sousliens.archive > ul #sousliens.archive > ul
display: none display: none
#sousliens.archive > h4:hover #sousliens.archive > h4:hover