Author: marcus
Date: Sun Jun 22 18:19:27 2014
New Revision: 1604634

URL: http://svn.apache.org/r1604634
Log:
Fixed error: Added width attribute to limit the text to the right border

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=1604634&r1=1604633&r2=1604634&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/test/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/test/exceptions.css Sun Jun 22 
18:19:27 2014
@@ -43,7 +43,7 @@ h1 { padding-left: 0.5em; }
 .optionset .button h3 a { display: inline; margin-left: 3%; padding: 2% 0 0 0; 
font-weight: bold; text-decoration: none; cursor: pointer; }
 .optionset .button h3 p a { display: inline; margin-left: 3%; padding: 2% 0 0 
0; font-weight: bold; text-decoration: none; cursor: pointer; }
 /* .optionset .button p { padding: 0; font-size: .9em; padding-bottom: 3%; 
cursor: pointer; } */
-.optionset .button p { display: block; margin-left: 3%; padding: .1em 0 .25em 
0; font-size: .9em; text-decoration: none; }
+.optionset .button p { display: block; margin-left: 3%; padding: .1em 0 .25em 
0; width: 85%; font-size: .9em; text-decoration: none; }
 .optionset .button p a { display: block; margin-left: 3%; padding: .1em 0 
.25em 0; text-decoration: none; cursor: pointer; }
 .optionset .first { margin-top: 0; }
 .optionset p.promotional { margin-top: 25px; }


Reply via email to