Commit 22f4c1908d0fc2dbce02e74ed03bf65f028d78d6

Authored by Dmitriy Zaporozhets
1 parent 3a33795f

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,6 +158,11 @@ table.highlighttable .linenodiv pre {
158 color:#333; 158 color:#333;
159 } 159 }
160 160
161 -#tree-content-holder { 161 +#tree-content-holder .view_file{
162 @include shade; 162 @include shade;
163 } 163 }
  164 +
  165 +#tree-readme-holder .readme {
  166 + @include shade;
  167 + margin-bottom:20px;
  168 +}