diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-14 23:32:09 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-04-14 23:32:09 +0000 |
commit | 64e4b8a20f5ec3fb4f1a4c68337ae40b1b0b0dcf (patch) | |
tree | 26c19747f8c6e219784f01711c86fe13bb9784e6 /theme/base/css/farbtastic.css | |
parent | d6a31c90a81a5e18af3379095bfccc444a5d7f73 (diff) |
Updated remaining files and styles for style separation for themes
Diffstat (limited to 'theme/base/css/farbtastic.css')
-rw-r--r-- | theme/base/css/farbtastic.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/theme/base/css/farbtastic.css b/theme/base/css/farbtastic.css index 3b8fec58f..7efcc73c3 100644 --- a/theme/base/css/farbtastic.css +++ b/theme/base/css/farbtastic.css @@ -16,17 +16,17 @@ height: 101px; } .farbtastic .wheel { - background: url(../../../../js/farbtastic/wheel.png) no-repeat; + background: url(../../../js/farbtastic/wheel.png) no-repeat; width: 195px; height: 195px; } .farbtastic .overlay { - background: url(../../../../js/farbtastic/mask.png) no-repeat; + background: url(../../../js/farbtastic/mask.png) no-repeat; } .farbtastic .marker { width: 17px; height: 17px; margin: -8px 0 0 -8px; overflow: hidden; - background: url(../../../../js/farbtastic/marker.png) no-repeat; + background: url(../../../js/farbtastic/marker.png) no-repeat; } |