[tools] patches: Fix css image includes to proper work with https

André Hentschel nerv at dawncrow.de
Wed Jan 22 14:31:42 CST 2014


---
 patches/patches.css | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/patches/patches.css b/patches/patches.css
index f988f11..251a0d4 100644
--- a/patches/patches.css
+++ b/patches/patches.css
@@ -3,7 +3,7 @@
 body {
     background-color: #000000;
     color: #000000;
-    background-image: url("//winehq.org/images/bg.jpg");
+    background-image: url("//www.winehq.org/images/bg.jpg");
     background-repeat: no-repeat;
     font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
     margin: 0;
@@ -59,7 +59,7 @@ a:hover   { text-decoration: underline; }
 }
 
 #tabs li {
-    background-image: url("//winehq.org/images/tab_u.png");
+    background-image: url("//www.winehq.org/images/tab_u.png");
     background-repeat: no-repeat;
     float: left;
     height: 28px;
@@ -70,7 +70,7 @@ a:hover   { text-decoration: underline; }
 }
 
 #tabs li.s {
-    background-image: url("//winehq.org/images/tab_s.png");
+    background-image: url("//www.winehq.org/images/tab_s.png");
 }
 
 #tabs li.s a {
@@ -78,7 +78,7 @@ a:hover   { text-decoration: underline; }
 }
 
 #tabs li:hover {
-    background-image: url("//winehq.org/images/tab_h.png");
+    background-image: url("//www.winehq.org/images/tab_h.png");
 }
 
 #tabs a {
-- 
1.8.1.2




More information about the wine-patches mailing list