Browse Source

gravatar using https

Thomas Buck 5 years ago
parent
commit
a882c0c73d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      static/css/style.css

+ 1
- 1
static/css/style.css View File

102
     height: 150px;
102
     height: 150px;
103
     float: right; border: 2px, solid, #000000;
103
     float: right; border: 2px, solid, #000000;
104
     border-radius: 10px;
104
     border-radius: 10px;
105
-    background-image: url(http://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=150);
105
+    background-image: url(https://www.gravatar.com/avatar/8d18fec40a74782052fb4c007d212475?s=150);
106
     margin-left: 2em;
106
     margin-left: 2em;
107
     margin-bottom: 1em;
107
     margin-bottom: 1em;
108
 }
108
 }

Loading…
Cancel
Save