Author: marcus
Date: Fri May 30 17:03:07 2014
New Revision: 1598672

URL: http://svn.apache.org/r1598672
Log:
Added a general container that includes the containers for the colored boxes 
and the nav bar, set a min and max value for the width, if the browser window 
gets too small the nav bar will not be wrapped below the colored boxes but a 
scrollbar should get the content back

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=1598672&r1=1598671&r2=1598672&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Fri May 30 
17:03:07 2014
@@ -26,6 +26,7 @@ h1 { padding-left: 0.5em; }
 
 #content h2 { margin-top: 0; }
 
+.overall_optionset { min-width: 880px; max-width: 1400px; overflow: auto; }
 .optionset { margin: 0 0 0 -2px; float: left; width: 77%; min-width: 680px; 
max-width: 1200px; }
 .optionset a { margin: 0; padding: .1em 0 .25em 3%; color: #333; }
 .optionset p { margin: 0; padding: .1em 0 .25em 3%; color: #333; }


Reply via email to