Author: nwellnhof
Date: Wed Nov 23 16:12:33 2016
New Revision: 1770996
URL: http://svn.apache.org/viewvc?rev=1770996&view=rev
Log:
Use protocol-relative URLs in CSS to fix https site
Modified:
lucy/site/trunk/content/css/lucy.css
Modified: lucy/site/trunk/content/css/lucy.css
URL:
http://svn.apache.org/viewvc/lucy/site/trunk/content/css/lucy.css?rev=1770996&r1=1770995&r2=1770996&view=diff
==============================================================================
--- lucy/site/trunk/content/css/lucy.css (original)
+++ lucy/site/trunk/content/css/lucy.css Wed Nov 23 16:12:33 2016
@@ -20,7 +20,7 @@
* classes with "lucy-".
*/
-@import url('http://www.apache.org/css/style.css');
+@import url('//www.apache.org/css/style.css');
/* Cancel out mod from style.css on an element inherited from the grid 960
* system. The stylistic attributes will be assigned to a separate class
@@ -101,7 +101,7 @@
height: 100%;
padding-top: 10px;
font-size: 15px;
- background-image: url('http://www.apache.org/images/shadown.png');
+ background-image: url('//www.apache.org/images/shadown.png');
background-repeat: no-repeat;
background-position: 100% 10px;
}