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:38:12 UTC

svn commit: r830293 - 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:38:12 2012
New Revision: 830293

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:38:12 2012
@@ -1 +1 @@
-1377829
+1377838

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

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:38:12 2012
@@ -83,9 +83,9 @@
 </script>
 <br/>
 
-<hr style="display: block;" />
+<hr style="clear: left" style="display: block;" />
 
-<h3 id='notes'>Important Notes:</h3>
+<h3 id="notes" style="clear: left">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:38:12 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'>" );
+	document.write( "<table class='builds' cellpadding='2' cellspacing='2' style='float: left'>" );
 
 	define_colspan();
 	write_header( 1 );
@@ -329,7 +329,7 @@ function write_build( URL_AOO, URL_HASH,
 
 	// When enough rows are on the screen then write a small header for better visual orientation
 	ROW_COUNT++;
-	if ( ROW_COUNT == 9 ) {
+	if ( ROW_COUNT == 11 ) {
 		write_top();
 		write_header( 0 );
 		ROW_COUNT = 1;