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 2014/05/30 18:08:25 UTC

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

Author: marcus
Date: Fri May 30 16:08:24 2014
New Revision: 1598651

URL: http://svn.apache.org/r1598651
Log:
Set a general min and max value for 'width' for all colored boxes to allow text wraps only within this range, disallow text wraps in general

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=1598651&r1=1598650&r2=1598651&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Fri May 30 16:08:24 2014
@@ -26,7 +26,7 @@ h1 { padding-left: 0.5em; }
 
 #content h2 { margin-top: 0; }
 
-.optionset { margin: 0 0 0 -2px; float: left; width: 77%; max-width: 1200px; }
+.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; }
 .optionset p a { margin: 0; padding: 0; color: #333; }
@@ -170,7 +170,7 @@ background: url(../cachedimages/button-y
 .sub-red { background: #FFE2B5; border-top: 1px solid #FFB15E; border-bottom: 1px solid #FFB15E; border-radius: 15px; font-size: .8em; cursor: default; }
 .sub-red p { padding: .1em 3%; width: 75%; cursor: default; }
 
-.additionalinformation { background: none; float: right; width: 21%; clear: none; }
+.additionalinformation { background: none; float: right; width: 21%; white-space: nowrap; clear: none; }
 .additionalinformation h2 { border-bottom: 1px solid #CCC; margin-bottom: 5px; margin-top: 0px; }
 .additionalinformation h3 { margin-left: 5px; margin-bottom: 5px; }
 .additionalinformation li { margin-left: 5px; font-size: 12px; }