Resharper EAP fixes

This commit is contained in:
kay.one
2011-11-12 17:59:33 -08:00
parent 12c2f7193f
commit 08ec560c71
3 changed files with 150 additions and 6 deletions
+2 -2
View File
@@ -54,9 +54,9 @@
}
.sliderClosed {
background:url('../../Content/Images/ui-icons_2e83ff_256x240.png') -64px -16px no-repeat;
background:url('../Content/Images/ui-icons_2e83ff_256x240.png') -64px -16px no-repeat;
}
.sliderOpened {
background:url('../../Content/Images/ui-icons_2e83ff_256x240.png') 0px -16px no-repeat;
background:url('../Content/Images/ui-icons_2e83ff_256x240.png') 0px -16px no-repeat;
}