css shadow for some components
This commit is contained in:
parent
5f4a7c3e04
commit
3a33795f2b
3 changed files with 15 additions and 8 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue