Resharper EAP fixes

This commit is contained in:
kay.one 2011-11-12 17:59:33 -08:00
commit 08ec560c71
3 changed files with 150 additions and 6 deletions

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;
}