aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-12-04 15:19:23 -0800
committerMark Otto <[email protected]>2014-12-04 15:19:23 -0800
commit854dc065e41fe9bbeaa0962810e967f30b982754 (patch)
tree716dbf3c6ee6402792aa87df834aa13fbc15649b
parent8e454b6f1dfe0eb655cb8e1c17572678a2148484 (diff)
downloadbootstrap-854dc065e41fe9bbeaa0962810e967f30b982754.tar.xz
bootstrap-854dc065e41fe9bbeaa0962810e967f30b982754.zip
fix blockquote margins, remify values
-rw-r--r--scss/_type.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/scss/_type.scss b/scss/_type.scss
index b0739c09f..2c0928ea5 100644
--- a/scss/_type.scss
+++ b/scss/_type.scss
@@ -183,10 +183,10 @@ abbr[data-original-title] {
// Blockquotes
blockquote {
- padding: ($line-height-computed / 2) $line-height-computed;
- margin: 0 0 $line-height-computed;
+ padding: ($spacer / 2) $spacer;
+ margin: 0 0 $spacer;
font-size: $blockquote-font-size;
- border-left: 5px solid $blockquote-border-color;
+ border-left: .25rem solid $blockquote-border-color;
p,
ul,
@@ -210,9 +210,9 @@ blockquote {
// Opposite alignment of blockquote
.blockquote-reverse {
- padding-right: 15px;
+ padding-right: $spacer;
padding-left: 0;
- border-right: 5px solid $blockquote-border-color;
+ border-right: .25rem solid $blockquote-border-color;
border-left: 0;
text-align: right;