Commit dc99b19af7d56644784bcf5edc4bd09112dd45a5
1 parent
d2767221
Exists in
master
and in
4 other branches
Fix CSS for code highlighting
Showing
3 changed files
with
12 additions
and
8 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/files.scss
... | ... | @@ -95,8 +95,8 @@ |
95 | 95 | pre { |
96 | 96 | padding:0; |
97 | 97 | margin:0; |
98 | - background:none; | |
99 | 98 | border:none; |
99 | + border-radius: 0; | |
100 | 100 | } |
101 | 101 | } |
102 | 102 | } |
... | ... | @@ -142,8 +142,8 @@ |
142 | 142 | table-layout: fixed; |
143 | 143 | |
144 | 144 | pre { |
145 | - background: none; | |
146 | 145 | border: none; |
146 | + border-radius: 0; | |
147 | 147 | font-family: 'Menlo', 'Liberation Mono', 'Consolas', 'Courier New', 'andale mono','lucida console',monospace; |
148 | 148 | font-size: 12px !important; |
149 | 149 | line-height: 16px !important; | ... | ... |
app/assets/stylesheets/highlight/dark.scss
app/assets/stylesheets/highlight/white.scss