]> git.openstreetmap.org Git - stateofthemap.git/commitdiff
Fix style link theme-2011
authorGrant Slater <github@firefishy.com>
Sat, 15 Jul 2023 21:13:15 +0000 (22:13 +0100)
committerGrant Slater <github@firefishy.com>
Sat, 15 Jul 2023 21:13:15 +0000 (22:13 +0100)
style.css

index 2fe893680eb96f6c59d0240b8b158bd5c0818529..f6b86733c7a779eccbeeb10bda9e8d302fb1cfb5 100644 (file)
--- a/style.css
+++ b/style.css
@@ -48,7 +48,7 @@ blockquote {
 /*+++++ replace "(images/default.jpg)" with another image from the /images directory of the theme ++++*/
 
 body {
-        background: url(http://2011.stateofthemap.org/wp-content/uploads/2011/02/background_new.jpg) no-repeat 0 0 #fff;
+        background: url(https://2011.stateofthemap.org/wp-content/uploads/2011/02/background_new.jpg) no-repeat 0 0 #fff;
         background-attachment:fixed;
         background-position: center center;
         color: #000;
@@ -114,7 +114,7 @@ p, li {
 
 #headernew {
        position:relative;
-       background: url('http://2011.stateofthemap.org/wp-content/uploads/2011/02/11header_background.png');
+       background: url('https://2011.stateofthemap.org/wp-content/uploads/2011/02/11header_background.png');
        height:174px;
        width: 935px;
        margin:0px 0px 14px 35px;