Commit 5db2dbdcf110d4a5ff4180ae96ec9131ac9a1723

Authored by randx
1 parent f557686e

fix browse file css

app/assets/stylesheets/gitlab_bootstrap/files.scss
... ... @@ -9,7 +9,7 @@
9 9  
10 10 .file_title {
11 11 border-bottom: 1px solid #bbb;
12   - @include bg-gray-gradient;
  12 + @include bg-dark-gray-gradient;
13 13 margin: 0;
14 14 font-weight: normal;
15 15 font-weight: bold;
... ...
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;
... ...