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
@@ -9,7 +9,7 @@ | @@ -9,7 +9,7 @@ | ||
9 | 9 | ||
10 | .file_title { | 10 | .file_title { |
11 | border-bottom: 1px solid #bbb; | 11 | border-bottom: 1px solid #bbb; |
12 | - @include bg-gray-gradient; | 12 | + @include bg-dark-gray-gradient; |
13 | margin: 0; | 13 | margin: 0; |
14 | font-weight: normal; | 14 | font-weight: normal; |
15 | font-weight: bold; | 15 | font-weight: bold; |
app/assets/stylesheets/highlight/white.scss
1 | -table.highlighttable | ||
2 | -{ | 1 | +table.highlighttable { |
3 | margin:0px; | 2 | margin:0px; |
4 | padding:0px; | 3 | padding:0px; |
5 | font-size:12px; | 4 | font-size:12px; |
6 | table-layout:fixed; | 5 | table-layout:fixed; |
7 | background: #EEE; | 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 | td.code, | 19 | td.code, |
11 | td.linenos{ | 20 | td.linenos{ |
12 | padding:0; | 21 | padding:0; |