Commit 22f4c1908d0fc2dbce02e74ed03bf65f028d78d6
1 parent
3a33795f
Exists in
master
and in
4 other branches
Some css fixes
Showing
1 changed file
with
6 additions
and
1 deletions
Show diff stats
app/assets/stylesheets/tree.scss
... | ... | @@ -158,6 +158,11 @@ table.highlighttable .linenodiv pre { |
158 | 158 | color:#333; |
159 | 159 | } |
160 | 160 | |
161 | -#tree-content-holder { | |
161 | +#tree-content-holder .view_file{ | |
162 | 162 | @include shade; |
163 | 163 | } |
164 | + | |
165 | +#tree-readme-holder .readme { | |
166 | + @include shade; | |
167 | + margin-bottom:20px; | |
168 | +} | ... | ... |