This commit is contained in:
Frederic Hemberger
2011-09-21 14:48:38 +02:00
parent 2a30d9a1eb
commit a9a901c136
12 changed files with 29 additions and 29 deletions

View File

@ -1,7 +1,7 @@
.side-shadow-border {
@include box-shadow(lighten($sidebar-bg, 5) 0 1px);
}
aside[role=sidebar] {
aside.sidebar {
color: $sidebar-color;
text-shadow: lighten($sidebar-bg, 8) 0 1px;
a { @extend .force-wrap; }