Commit 5db2dbdcf110d4a5ff4180ae96ec9131ac9a1723
1 parent
f557686e
Exists in
master
and in
4 other branches
fix browse file css
Showing
2 changed files
with
12 additions
and
3 deletions
Show diff stats
app/assets/stylesheets/gitlab_bootstrap/files.scss
app/assets/stylesheets/highlight/white.scss
1 | -table.highlighttable | |
2 | -{ | |
1 | +table.highlighttable { | |
3 | 2 | margin:0px; |
4 | 3 | padding:0px; |
5 | 4 | font-size:12px; |
6 | 5 | table-layout:fixed; |
7 | 6 | background: #EEE; |
7 | + box-shadow: none; | |
8 | + border: none; | |
9 | + td.linenos { | |
10 | + background:#eee; | |
11 | + border-left:none; | |
12 | + } | |
13 | + td.code { | |
14 | + border-right:none; | |
15 | + } | |
8 | 16 | } |
9 | 17 | |
18 | + | |
10 | 19 | td.code, |
11 | 20 | td.linenos{ |
12 | 21 | padding:0; | ... | ... |