diff options
author | friendica <info@friendica.com> | 2013-01-06 15:11:31 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-06 15:11:31 -0800 |
commit | 8766616e354a7074e695fc4189729fdd85c8e907 (patch) | |
tree | f4f534217b4596cbbd4e9d894c48639cf02c9ca0 /view/theme/redbasic | |
parent | 7cd014e93ce1ebb2fded0bdcc093b982dd9ce57b (diff) | |
download | volse-hubzilla-8766616e354a7074e695fc4189729fdd85c8e907.tar.gz volse-hubzilla-8766616e354a7074e695fc4189729fdd85c8e907.tar.bz2 volse-hubzilla-8766616e354a7074e695fc4189729fdd85c8e907.zip |
get sliders working again
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index f600f5272..a3dbf6c3d 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3535,7 +3535,7 @@ div.jGrowl div.info { .jslider .jslider-bg, .jslider .jslider-pointer { - background: url("../img/slider.png") !important; + background: url("../../../img/jslider.png") !important; } .slider { |