You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2016/07/22 22:48:44 UTC

svn commit: r1753846 - /openoffice/ooo-site/trunk/content/download/test/exceptions.css

Author: marcus
Date: Fri Jul 22 22:48:44 2016
New Revision: 1753846

URL: http://svn.apache.org/viewvc?rev=1753846&view=rev
Log:
Fixed URLs for icon graphics

Modified:
    openoffice/ooo-site/trunk/content/download/test/exceptions.css

Modified: openoffice/ooo-site/trunk/content/download/test/exceptions.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/test/exceptions.css?rev=1753846&r1=1753845&r2=1753846&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Fri Jul 22 22:48:44 2016
@@ -93,7 +93,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(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;
@@ -102,7 +102,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .green-sel-icon:hover {
-  background: url(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;
@@ -144,7 +144,7 @@ h1 { padding-left: 0.5em; }
 .sub-lightblue p { padding: .1em 3%; width: 100%; }
 
 .lightblue-icon {
-  background: url(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;
@@ -153,7 +153,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .lightblue-icon:hover {
-  background: url(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;
@@ -190,7 +190,7 @@ h1 { padding-left: 0.5em; }
 .sub-blue p { padding: .1em 3%; width: 100%; }
 
 .blue-icon {
-  background: url(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;
@@ -199,7 +199,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .blue-icon:hover {
-  background: url(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;
@@ -240,7 +240,7 @@ h1 { padding-left: 0.5em; }
 .sub-yellow p { padding: .1em 3%; width: 100%; }
 
 .yellow-icon {
-  background: url(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;
@@ -249,7 +249,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .yellow-icon:hover {
-  background: url(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;
@@ -285,7 +285,7 @@ h1 { padding-left: 0.5em; }
 .sub-orange p { padding: .1em 3%; width: 100%; }
 
 .orange-icon {
-  background: url(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;
@@ -294,7 +294,7 @@ h1 { padding-left: 0.5em; }
 }
 
 .orange-icon:hover {
-  background: url(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;
@@ -309,7 +309,7 @@ h1 { padding-left: 0.5em; }
 .additionalinformation a { color: #107EC0; text-decoration: underline; }
 .additionalinformation a:hover { background-color: #E6EBED; }
 
-.additionalinformation #nativelang { background-image: url(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; }