Separated citation style from the general blockquote style. The general blockquote style is great for nesting and indentation, while the citation is excellent for quote attribution.

This commit is contained in:
B Strand 2011-10-12 13:28:58 -07:00
parent f6fb11a375
commit 5b0486ced1
1 changed files with 7 additions and 3 deletions

View File

@ -96,13 +96,17 @@ small { font-size: .8em; }
big { font-size: 1.2em; }
blockquote {
blockquote {
$bq-margin: 1.2em;
padding-left: 1em;
}
blockquote.citation {
font-style: italic;
position: relative;
font-size: 1.2em;
line-height: 1.5em;
padding-left: 1em;
line-height: 1.5em;
border-left: 4px solid rgba($text-color-light, .5);
cite {
font-style: italic;