diff options
| author | Luc Donnet | 2015-01-06 14:16:06 +0100 |
|---|---|---|
| committer | Luc Donnet | 2015-01-06 14:16:06 +0100 |
| commit | e0328e5192be5aab634590c8f736d2ea9b871d67 (patch) | |
| tree | cc14e26533190ccbfc7661bcc459fcfb562823a0 /app/assets | |
| parent | 421781dfcb08746dae48f84e144a1c92e12dff49 (diff) | |
| download | chouette-core-e0328e5192be5aab634590c8f736d2ea9b871d67.tar.bz2 | |
Fix features and views spec
Diffstat (limited to 'app/assets')
| -rw-r--r-- | app/assets/stylesheets/vendor/openlayers_style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/vendor/openlayers_style.css b/app/assets/stylesheets/vendor/openlayers_style.css index 0e3a67108..25308996f 100644 --- a/app/assets/stylesheets/vendor/openlayers_style.css +++ b/app/assets/stylesheets/vendor/openlayers_style.css @@ -139,7 +139,7 @@ div.olControlMousePosition { } .olControlNavigationHistory { - background-image: url( image-path('/assets/openlayers/navigation_history.png') ); + background-image: url( image-path('openlayers/navigation_history.png') ); background-repeat: no-repeat; width: 24px; height: 24px; |
