Commit c21c3e5707c4f6e28a3733153f2e898279e0730d
1 parent
80daf9a7
Exists in
spb-stable
and in
3 other branches
Add bottom margin to highlighed code block in comment/wiki
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/generic/common.scss
@@ -355,3 +355,7 @@ table { | @@ -355,3 +355,7 @@ table { | ||
355 | @media (max-width: $screen-xs-max) { | 355 | @media (max-width: $screen-xs-max) { |
356 | .container .content { margin-top: 20px; } | 356 | .container .content { margin-top: 20px; } |
357 | } | 357 | } |
358 | + | ||
359 | +.wiki .highlight, .note-body .highlight { | ||
360 | + margin-bottom: 9px; | ||
361 | +} |