You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by bu...@apache.org on 2015/02/22 18:25:13 UTC

svn commit: r941075 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/exceptions.css

Author: buildbot
Date: Sun Feb 22 17:25:13 2015
New Revision: 941075

Log:
Staging update by buildbot for ooo-site

Modified:
    websites/staging/ooo-site/trunk/cgi-bin/   (props changed)
    websites/staging/ooo-site/trunk/content/   (props changed)
    websites/staging/ooo-site/trunk/content/download/exceptions.css

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 22 17:25:13 2015
@@ -1 +1 @@
-1661496
+1661497

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Feb 22 17:25:13 2015
@@ -1 +1 @@
-1661496
+1661497

Modified: websites/staging/ooo-site/trunk/content/download/exceptions.css
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/exceptions.css (original)
+++ websites/staging/ooo-site/trunk/content/download/exceptions.css Sun Feb 22 17:25:13 2015
@@ -90,7 +90,7 @@ h1 { padding-left: 0.5em; }
 .sub-green-sel_error { background: #FECBCB; border: 1px solid #C00000; border-radius: 15px; font-size: .8em; padding: 5px 5px 5px 0px; }
 
 .green-sel-icon {
-  background: url("http://www.openoffice.org/download/cachedimages/button-green-top.png") no-repeat right top;
+  background: url(cachedimages/button-green-top.png) no-repeat right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -99,7 +99,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .green-sel-icon:hover {
-  background: url("http://www.openoffice.org/download/cachedimages/button-green-bottom.png") no-repeat right top;
+  background: url(cachedimages/button-green-bottom.png) no-repeat right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -141,7 +141,7 @@ h1 { padding-left: 0.5em; }
 .sub-lightblue p { padding: .1em 3%; width: 100%; }
 
 .lightblue-icon {
-  background: url("http://www.openoffice.org/download/cachedimages/button-lightblue-top.png") no-repeat transparent right top;
+  background: url(cachedimages/button-lightblue-top.png) no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -150,7 +150,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .lightblue-icon:hover {
-  background: url("http://www.openoffice.org/download/cachedimages/button-lightblue-bottom.png") no-repeat transparent right top;
+  background: url(cachedimages/button-lightblue-bottom.png) no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -187,7 +187,7 @@ h1 { padding-left: 0.5em; }
 .sub-blue p { padding: .1em 3%; width: 100%; }
 
 .blue-icon {
-  background: url("http://www.openoffice.org/download/cachedimages/button-blue-ext-top.png") no-repeat transparent right top;
+  background: url(cachedimages/button-blue-ext-top.png) no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -196,7 +196,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .blue-icon:hover {
-  background: url("http://www.openoffice.org/download/cachedimages/button-blue-ext-bottom.png") no-repeat transparent right top;
+  background: url(cachedimages/button-blue-ext-bottom.png) no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -236,7 +236,7 @@ h1 { padding-left: 0.5em; }
 .sub-yellow p { padding: .1em 3%; width: 100%; }
 
 .yellow-icon {
-  background: url("http://www.openoffice.org/download/cachedimages/button-yellow-top.png") no-repeat transparent right top;
+  background: url(cachedimages/button-yellow-top.png) no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -245,7 +245,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .yellow-icon:hover {
-  background: url("http://www.openoffice.org/download/cachedimages/button-yellow-bottom.png") no-repeat transparent right top;
+  background: url(cachedimages/button-yellow-bottom.png) no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -280,7 +280,7 @@ h1 { padding-left: 0.5em; }
 .sub-orange p { padding: .1em 3%; width: 100%; }
 
 .orange-icon {
-  background: url("http://www.openoffice.org/download/cachedimages/button-orange-top.png") no-repeat transparent right top;
+  background: url(cachedimages/button-orange-top.png) no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -289,7 +289,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .orange-icon:hover {
-  background: url("http://www.openoffice.org/download/cachedimages/button-orange-bottom.png") no-repeat transparent right top;
+  background: url(cachedimages/button-orange-bottom.png) no-repeat transparent right top;
   display: block;
   height: 100px;
   position: absolute;
@@ -304,7 +304,7 @@ h1 { padding-left: 0.5em; }
 .additionalinformation a { color: #107EC0; text-decoration: underline; }
 .additionalinformation a:hover { background-color: #E6EBED; }
 
-.additionalinformation #nativelang { background-image: url(http://www.openoffice.org/download/cachedimages/nativelang.gif); background-repeat: no-repeat; background-position: top left; }
+.additionalinformation #nativelang { background-image: url(cachedimages/nativelang.gif); background-repeat: no-repeat; background-position: top left; }
 
 #downloadextendedtext p { background: none; }
 #downloadextendedtext ul { background: none; font-weight: bold; list-style: none; margin: 0px; padding: 0px; font-size: 2em; width: 100%; float: left; color: #333; padding-left: 20px; }