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 2012/08/27 22:42:10 UTC

svn commit: r830294 - in /websites/staging/ooo-site/trunk: cgi-bin/ content/ content/download/test/other_print.html content/download/test/print_tables_aoo.js

Author: buildbot
Date: Mon Aug 27 20:42:10 2012
New Revision: 830294

Log:
Staging update by buildbot for openofficeorg

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/test/other_print.html
    websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js

Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 27 20:42:10 2012
@@ -1 +1 @@
-1377838
+1377841

Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Aug 27 20:42:10 2012
@@ -1 +1 @@
-1377838
+1377841

Modified: websites/staging/ooo-site/trunk/content/download/test/other_print.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/other_print.html (original)
+++ websites/staging/ooo-site/trunk/content/download/test/other_print.html Mon Aug 27 20:42:10 2012
@@ -16,7 +16,7 @@
   /* <![CDATA[ */
   /*-------------------- Exceptions on standard css -----------------------*/
   @import "../../styles.css";
-  @import "exceptions.css";
+  @import "../exceptions.css";
   /* ]]> */
   </style>
 
@@ -83,9 +83,9 @@
 </script>
 <br/>
 
-<hr style="clear: left" style="display: block;" />
+<hr style="display: block;" />
 
-<h3 id="notes" style="clear: left">Important Notes:</h3>
+<h3 id="notes">Important Notes:</h3>
 <ul>
   <li>A <a href="http://wiki.openoffice.org/wiki/Languagepack" title="What is a language pack">language pack</a>
   is not a release for its own and has to be installed over a stable release with the same version number and platform.

Modified: websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js
==============================================================================
--- websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js (original)
+++ websites/staging/ooo-site/trunk/content/download/test/print_tables_aoo.js Mon Aug 27 20:42:10 2012
@@ -92,7 +92,7 @@ function write_table( REL_MODE ) {
 	document.write( "<hr style='display: block;' />" );
 	document.write( "<div class='largetable'>" );
 	document.write( "<h3 id='" + REL_MODE + "'>" + NAME + "</h3><br />" );
-	document.write( "<table class='builds' cellpadding='2' cellspacing='2' style='float: left'>" );
+	document.write( "<table class='builds' cellpadding='2' cellspacing='2'>" );
 
 	define_colspan();
 	write_header( 1 );