css shadow for some components

This commit is contained in:
Dmitriy Zaporozhets 2012-02-20 19:59:39 +02:00
parent 5f4a7c3e04
commit 3a33795f2b
3 changed files with 15 additions and 8 deletions

View file

@ -142,6 +142,8 @@ table.highlighttable .linenodiv pre {
}
#tree-slider {
@include shade;
td {
padding:7px;
border-color:#f1f1f1;
@ -155,3 +157,7 @@ table.highlighttable .linenodiv pre {
.tree-commit-link {
color:#333;
}
#tree-content-holder {
@include shade;
}