summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/base/markup.less
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-11-05 11:33:21 +0100
committerSamy Pessé <samypesse@gmail.com>2015-11-05 11:33:21 +0100
commitd233783942fb55b9b4cfeba82c24480da8262f2a (patch)
tree12527741c359f2bfd195d395812891e8ce029b01 /theme/stylesheets/base/markup.less
parent3d9e4c80a252b0f76343bcb65d2baa369b3a8fb1 (diff)
downloadgitbook-d233783942fb55b9b4cfeba82c24480da8262f2a.zip
gitbook-d233783942fb55b9b4cfeba82c24480da8262f2a.tar.gz
gitbook-d233783942fb55b9b4cfeba82c24480da8262f2a.tar.bz2
Fix bottom margin of blockquote
Diffstat (limited to 'theme/stylesheets/base/markup.less')
-rw-r--r--theme/stylesheets/base/markup.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/stylesheets/base/markup.less b/theme/stylesheets/base/markup.less
index 39ebbe2..e77631c 100644
--- a/theme/stylesheets/base/markup.less
+++ b/theme/stylesheets/base/markup.less
@@ -218,6 +218,7 @@
/* Blockquote */
blockquote {
margin: 0;
+ margin-bottom: @spacing;
padding: 0 15px;
color: @md-blockquote-color;
border-left: 4px solid @md-blockquote-border;