summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-25 19:32:49 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-25 19:32:49 +0200
commitc21c3e5707c4f6e28a3733153f2e898279e0730d (patch)
treef8090cb8ab9384308c98f564214096e21a6ebbb4
parent80daf9a7774fd757a8838f0b49b6384ec7ceb724 (diff)
downloadgitlab-ce-c21c3e5707c4f6e28a3733153f2e898279e0730d.tar.gz
Add bottom margin to highlighed code block in comment/wiki
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-rw-r--r--app/assets/stylesheets/generic/common.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/generic/common.scss b/app/assets/stylesheets/generic/common.scss
index b5ccaed0401..4e660d0b1e0 100644
--- a/app/assets/stylesheets/generic/common.scss
+++ b/app/assets/stylesheets/generic/common.scss
@@ -355,3 +355,7 @@ table {
@media (max-width: $screen-xs-max) {
.container .content { margin-top: 20px; }
}
+
+.wiki .highlight, .note-body .highlight {
+ margin-bottom: 9px;
+}