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:
parent
f6fb11a375
commit
5b0486ced1
1 changed files with 7 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue