updated blockquote style

This commit is contained in:
B Mathis 2009-11-12 19:42:25 -06:00
parent 513cb7e028
commit f636771553
2 changed files with 11 additions and 4 deletions

View File

@ -21,7 +21,13 @@ h1,h2,h3,h4,h5,h6
blockquote blockquote
+quote-font +quote-font
font-size= !base_font_size * 1.2 +border-radius(5px)
font-style: italic
color: #555
background: #f8f8f8
border: 1px solid #e5e5e5
&:before
color: #ddd
.quote blockquote .quote blockquote
font-size= !h4 font-size= !h4
line-height= !h5 * 1.625 line-height= !h5 * 1.625

View File

@ -138,14 +138,15 @@
margin-left= !font_size * 1.625 margin-left= !font_size * 1.625
=quote-style(!font_size = !base_font_size) =quote-style(!font_size = !base_font_size)
padding= !font_size !font_size !font_size * 1.625 !font_size * 1.4 padding= !font_size*1.5 !font_size*1.5 !font_size * 1.5 !font_size * 1.8
position: relative
margin-bottom= !font_size * 0.8125
&:before &:before
content: "\201C" content: "\201C"
font-size= !font_size * 3 font-size= !font_size * 3
margin= 0 0 0 -.625em margin= 5px 0 0 -.525em
position: absolute position: absolute
font-family: Times, Georgia, serif font-family: Times, Georgia, serif
color: #aaa
line-height: 0 line-height: 0
> p > p
padding: 0 padding: 0