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 2013/07/21 21:29:00 UTC

svn commit: r1505453 - /openoffice/ooo-site/trunk/content/download/styles.css

Author: marcus
Date: Sun Jul 21 19:29:00 2013
New Revision: 1505453

URL: http://svn.apache.org/r1505453
Log:
Fixed URLs as absolute path, then it is easier for local debugging

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

Modified: openoffice/ooo-site/trunk/content/download/styles.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/styles.css?rev=1505453&r1=1505452&r2=1505453&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/styles.css (original)
+++ openoffice/ooo-site/trunk/content/download/styles.css Sun Jul 21 19:29:00 2013
@@ -62,9 +62,9 @@ select{border-width:1px;margin:0 .2em 0 
 #breadcrumbs a:link,#breadcrumbs a:hover,#breadcrumbs a:visited,#breadcrumbs span{padding:3px 4px;line-height:1.5em;}
 #main{float:left;width:969px;margin:0 8px;}
 #sideColumn{position:relative;float:left;width:201px;}
-#sideColumnShow{position:relative;float:left;padding-right:8px;background-image:url('/images/arrow_left.gif');background-color:#d8d8e8;background-position:100% 100px;background-repeat:no-repeat;}
+#sideColumnShow{position:relative;float:left;padding-right:8px;background-image:url('http://www.openoffice.org/images/arrow_left.gif');background-color:#d8d8e8;background-position:100% 100px;background-repeat:no-repeat;}
 #sideColumnShow:hover{cursor:w-resize;}
-#sideColumnHide{float:left;padding-right:8px;background-image:url('/images/arrow.gif');background-color:#e2e2ea;background-position:100% 100px;background-repeat:no-repeat;}
+#sideColumnHide{float:left;padding-right:8px;background-image:url('http://www.openoffice.org/images/arrow.gif');background-color:#e2e2ea;background-position:100% 100px;background-repeat:no-repeat;}
 #sideColumnHide:hover{cursor:e-resize;}.hAccordion{border-bottom-width:4px;height:150px;}
 .hAccordion a:link,.hAccordion a:hover,.hAccordion a:visited{display:block;float:left;position:relative;width:40px;height:150px;}
 .hAccordion a.selected{display:block;float:left;position:relative;width:40px;height:150px;}
@@ -615,7 +615,7 @@ table.admin thead th{padding:0 10px;}
 .ac_results iframe{display:none;display:block;position:absolute;top:0;left:0;z-index:-1;filter:mask();width:3000px;height:3000px;}
 .ac_results li{margin:0;padding:2px 5px;cursor:pointer;display:block;width:100%;font:normal .85em/.85em Verdana,Arial,sans-serif;overflow:hidden;}
 .ac_results img{margin-right:6px;display:block;float:left;border:1px solid #888;}
-.ac_loading{background:Window url('/images/activity.gif'?2011060812) right center no-repeat;}
+.ac_loading{background:Window url('http://www.openoffice.org/images/activity.gif'?2011060812) right center no-repeat;}
 .ac_over{background-color:Highlight;color:HighlightText;}
 #live-search{width:180px;}
 #jq-ui-autocomplete-parent>div{position:absolute;clear:left;}