Some css fixes

This commit is contained in:
Dmitriy Zaporozhets 2012-02-20 20:04:03 +02:00
parent 3a33795f2b
commit 22f4c1908d
1 changed files with 6 additions and 1 deletions

View File

@ -158,6 +158,11 @@ table.highlighttable .linenodiv pre {
color:#333; color:#333;
} }
#tree-content-holder { #tree-content-holder .view_file{
@include shade; @include shade;
} }
#tree-readme-holder .readme {
@include shade;
margin-bottom:20px;
}