| ... | ... | @@ -21,7 +21,13 @@ h1,h2,h3,h4,h5,h6 | 
| 21 | 21 |  | 
| 22 | 22 | blockquote | 
| 23 | 23 | +quote-font | 
| 24 | - font-size= !base_font_size * 1.2 | |
| 24 | + +border-radius(5px) | |
| 25 | + font-style: italic | |
| 26 | + color: #555 | |
| 27 | + background: #f8f8f8 | |
| 28 | + border: 1px solid #e5e5e5 | |
| 29 | + &:before | |
| 30 | + color: #ddd | |
| 25 | 31 | .quote blockquote | 
| 26 | 32 | font-size= !h4 | 
| 27 | 33 | line-height= !h5 * 1.625 | 
| ... | ... | @@ -138,14 +138,15 @@ | 
| 138 | 138 | margin-left= !font_size * 1.625 | 
| 139 | 139 |  | 
| 140 | 140 | =quote-style(!font_size = !base_font_size) | 
| 141 | - padding= !font_size !font_size !font_size * 1.625 !font_size * 1.4 | |
| 141 | + padding= !font_size*1.5 !font_size*1.5 !font_size * 1.5 !font_size * 1.8 | |
| 142 | + position: relative | |
| 143 | + margin-bottom= !font_size * 0.8125 | |
| 142 | 144 | &:before | 
| 143 | 145 | content: "\201C" | 
| 144 | 146 | font-size= !font_size * 3 | 
| 145 | - margin= 0 0 0 -.625em | |
| 147 | + margin= 5px 0 0 -.525em | |
| 146 | 148 | position: absolute | 
| 147 | 149 | font-family: Times, Georgia, serif | 
| 148 | - color: #aaa | |
| 149 | 150 | line-height: 0 | 
| 150 | 151 | > p | 
| 151 | 152 | padding: 0 |