mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-16 06:05:00 -05:00
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
@ -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…
Reference in New Issue
Block a user