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.

main
B Strand 14 years ago
parent f6fb11a375
commit 5b0486ced1

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

Loading…
Cancel
Save