diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-09-04 17:57:04 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-09-04 17:57:04 +0400 |
| commit | 0c0e5f3640ff6e857a978f9bdd4af35fb4716f5e (patch) | |
| tree | a7ddfeb3d420d156f08fb786efc775c31afbf440 /css/cdm.css | |
| parent | e7a40490b8cfaec76b7a6dfc2b109996e6c34032 (diff) | |
fix wrong url() paths to toolbar.png in css
Diffstat (limited to 'css/cdm.css')
| -rw-r--r-- | css/cdm.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/cdm.css b/css/cdm.css index 234f53398..c91f09927 100644 --- a/css/cdm.css +++ b/css/cdm.css @@ -182,7 +182,7 @@ div.cdmFeedTitle { border-width : 0px 0px 1px 0px; border-style : solid; padding : 5px 3px 5px 5px; - background : url("images/toolbar.png") bottom left; + background : url("../images/toolbar.png") bottom left; background-repeat : repeat-x; } |