Adjust border-color of #sidediv

This commit is contained in:
0ip 2012-11-13 12:42:52 +01:00
parent dc3db7a4a8
commit b28afe4c47
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ body.doesWrap {
.sidedivdelayed { /* class set after sizes are set */
background-color: #eee;
color: #888 !important;
border-right: 1px solid #999;
border-right: 1px solid #ccc;
}
.sidedivhidden {
display: none;