aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/base
diff options
context:
space:
mode:
authorB Strand <jet.strand@gmail.com>2011-10-13 11:32:58 -0700
committerB Strand <jet.strand@gmail.com>2011-10-13 11:32:58 -0700
commit2e7bc43cf7d3d0b11381ad131baae870f64f2d71 (patch)
treedcd937984c366dac6b2c72fefd976a14f3868619 /.themes/classic/sass/base
parentd983e3eb31cc80406a28ab566f78e52b90c56e93 (diff)
downloadmy_new_personal_website-2e7bc43cf7d3d0b11381ad131baae870f64f2d71.tar.xz
my_new_personal_website-2e7bc43cf7d3d0b11381ad131baae870f64f2d71.zip
Reverted previous commit.
Diffstat (limited to '.themes/classic/sass/base')
-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;