aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic
diff options
context:
space:
mode:
Diffstat (limited to '.themes/classic')
-rw-r--r--.themes/classic/sass/base/_typography.scss10
1 files changed, 3 insertions, 7 deletions
diff --git a/.themes/classic/sass/base/_typography.scss b/.themes/classic/sass/base/_typography.scss
index ec99288c..f248c2e4 100644
--- a/.themes/classic/sass/base/_typography.scss
+++ b/.themes/classic/sass/base/_typography.scss
@@ -96,17 +96,13 @@ 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;
+ line-height: 1.5em;
+ padding-left: 1em;
border-left: 4px solid rgba($text-color-light, .5);
cite {
font-style: italic;