diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 1d191b4a7..97d5f440e 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3534,13 +3534,12 @@ div.jGrowl div.info { text-align: center; } -/* -Leave this here for now just in case, but this is what's breaking the slider .jslider .jslider-bg, .jslider .jslider-pointer { - background: url("../img/slider.png") !important; -}*/ + background: url("../../../img/jslider.png") !important; +} + .slider { margin-top: 10px; |