[gnomeweb-wml] Try to fix CSS Mixed Content issue (see bug #706752)
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Try to fix CSS Mixed Content issue (see bug #706752)
- Date: Tue, 17 Sep 2013 08:50:22 +0000 (UTC)
commit bb2bbaad5b02d0a0bf3b60f3685c69b2b18e9171
Author: Andre Klapper <a9016009 gmx de>
Date: Tue Sep 17 10:48:26 2013 +0200
Try to fix CSS Mixed Content issue (see bug #706752)
projects.gnome.org/latour/layout.css | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/projects.gnome.org/latour/layout.css b/projects.gnome.org/latour/layout.css
index 66aba6b..f24b6ea 100644
--- a/projects.gnome.org/latour/layout.css
+++ b/projects.gnome.org/latour/layout.css
@@ -325,7 +325,7 @@ ul.toc li a:hover {
#general li {
display: inline;
- background: url(http://www.gnome.org/css/general_separator.png) 0 0 no-repeat;
+ background: url(//www.gnome.org/css/general_separator.png) 0 0 no-repeat;
padding-top: 10px;
padding-bottom: 8px;
margin-left: 0px;
@@ -347,14 +347,14 @@ ul.toc li a:hover {
#general .home {
float: left;
- background: url(http://www.gnome.org/css/general_separator.png) 100% 0 no-repeat;
+ background: url(//www.gnome.org/css/general_separator.png) 100% 0 no-repeat;
padding-top: 0;
padding-bottom: 0;
}
#general .home a {
float: left;
- background: url(http://www.gnome.org/css/foot.png) 7px 50% no-repeat;
+ background: url(//www.gnome.org/css/foot.png) 7px 50% no-repeat;
margin-left: 0;
padding-left: 27px;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]