diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-06-15 17:50:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-06-15 17:54:25 +0100 |
commit | a6d72e5057e161273e0b7ead7da990fc5b8500e1 (patch) | |
tree | d35c6b154db1c9638a672140199089b8ee9208e5 /web/js | |
parent | 0ef98f0a25bd120c0ac935345d0b7bb17ca2cd97 (diff) |
Remove all IE6 special cases.
Diffstat (limited to 'web/js')
-rw-r--r-- | web/js/OpenLayers-2.13.1/theme/default/ie6-style.css | 10 | ||||
-rw-r--r-- | web/js/OpenLayers-2.13.1/theme/default/ie6-style.tidy.css | 1 |
2 files changed, 0 insertions, 11 deletions
diff --git a/web/js/OpenLayers-2.13.1/theme/default/ie6-style.css b/web/js/OpenLayers-2.13.1/theme/default/ie6-style.css deleted file mode 100644 index a0fd7c639..000000000 --- a/web/js/OpenLayers-2.13.1/theme/default/ie6-style.css +++ /dev/null @@ -1,10 +0,0 @@ -.olControlZoomPanel div { - background-image: url(img/zoom-panel-NOALPHA.png); -} -.olControlPanPanel div { - background-image: url(img/pan-panel-NOALPHA.png); -} -.olControlEditingToolbar { - width: 200px; -} - diff --git a/web/js/OpenLayers-2.13.1/theme/default/ie6-style.tidy.css b/web/js/OpenLayers-2.13.1/theme/default/ie6-style.tidy.css deleted file mode 100644 index 7a23bbc78..000000000 --- a/web/js/OpenLayers-2.13.1/theme/default/ie6-style.tidy.css +++ /dev/null @@ -1 +0,0 @@ -.olControlZoomPanel div{background-image:url(img/zoom-panel-NOALPHA.png);}.olControlPanPanel div{background-image:url(img/pan-panel-NOALPHA.png);}.olControlEditingToolbar{width:200px;}
\ No newline at end of file |