Commit a4ff01258229d9ed888786356270280c5e172406
1 parent
6c765d30
Exists in
master
and in
4 other branches
Minor improve for code highlight in wiki
Showing
1 changed file
with
9 additions
and
0 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/files.scss
@@ -49,6 +49,15 @@ | @@ -49,6 +49,15 @@ | ||
49 | &.wiki { | 49 | &.wiki { |
50 | padding: 20px; | 50 | padding: 20px; |
51 | font-size: 13px; | 51 | font-size: 13px; |
52 | + | ||
53 | + .highlight { | ||
54 | + margin-bottom: 9px; | ||
55 | + @include border-radius(4px); | ||
56 | + | ||
57 | + > pre { | ||
58 | + margin: 0; | ||
59 | + } | ||
60 | + } | ||
52 | } | 61 | } |
53 | 62 | ||
54 | &.blob_file { | 63 | &.blob_file { |