diff options
author | B Strand <jet.strand@gmail.com> | 2011-10-13 11:32:58 -0700 |
---|---|---|
committer | B Strand <jet.strand@gmail.com> | 2011-10-13 11:32:58 -0700 |
commit | 2e7bc43cf7d3d0b11381ad131baae870f64f2d71 (patch) | |
tree | dcd937984c366dac6b2c72fefd976a14f3868619 /.themes | |
parent | d983e3eb31cc80406a28ab566f78e52b90c56e93 (diff) | |
download | my_new_personal_website-2e7bc43cf7d3d0b11381ad131baae870f64f2d71.tar.xz my_new_personal_website-2e7bc43cf7d3d0b11381ad131baae870f64f2d71.zip |
Reverted previous commit.
Diffstat (limited to '.themes')
-rw-r--r-- | .themes/classic/sass/base/_typography.scss | 10 |
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; |