]> git.openstreetmap.org Git - stateofthemap.git/commitdiff
Fix image link to https:// theme-2009
authorGrant Slater <github@firefishy.com>
Wed, 19 Jul 2023 14:03:42 +0000 (15:03 +0100)
committerGrant Slater <github@firefishy.com>
Wed, 19 Jul 2023 14:03:42 +0000 (15:03 +0100)
style.css

index 3c1a8053726c130ff520b9b5f6fa627531d4b3e2..ec34f199192ab45161fa87ff51028e574f3ce095 100644 (file)
--- a/style.css
+++ b/style.css
@@ -120,7 +120,7 @@ p, li {
         margin:0;
         padding: 5px 0 10px 0;
         /*background:url(images/banner.png);*/
-        background:url('http://2009.stateofthemap.org/wp-content/uploads/2009/05/sotm_top_050709.jpg');
+        background:url('https://2009.stateofthemap.org/wp-content/uploads/2009/05/sotm_top_050709.jpg');
         opacity:0.8;
 
 
@@ -1024,4 +1024,4 @@ div.aligncenter {
 
 .commentwrapper {
        display: block;
-}
\ No newline at end of file
+}