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/09/11 00:58:51 UTC

svn commit: r1624166 - /openoffice/ooo-site/trunk/content/exceptions.css

Author: marcus
Date: Wed Sep 10 22:58:50 2014
New Revision: 1624166

URL: http://svn.apache.org/r1624166
Log:
Improved CSS styling: Deleted fixed min and max width values

Modified:
    openoffice/ooo-site/trunk/content/exceptions.css

Modified: openoffice/ooo-site/trunk/content/exceptions.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/exceptions.css?rev=1624166&r1=1624165&r2=1624166&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/exceptions.css Wed Sep 10 22:58:50 2014
@@ -24,18 +24,18 @@ h1 { padding-left: 0.5em; }
 #navcol { display: none; }
 .warning { border: solid 3px #F00; background: #FDD; padding: 1em; }
 
-#alert_box { margin-bottom: 2%; border-radius: 15px;  width: 100%;  }
+#alert_box { margin-bottom: 2%; border-radius: 15px;  width: 100%; }
 #alert_box h2 { margin-left: 3%; padding: 2% 3% 2% 0px; border: none; color: #000000; font-weight: bold; text-decoration: none; }
 #alert_box p { margin-left: 3%; padding: 5px 3% 2% 0px; color: #000000; font-size: .9em; text-decoration: none; }
 /* The color is set via customized JS variable as CSS style value in the HTML webpage.
 #alert_box { background: #FFD9A7; } */
 
-#event_box { margin-bottom: 2%; border-radius: 15px; background: #D3D3D3; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; }
+#event_box { margin-bottom: 2%; border-radius: 15px; background: #D3D3D3; max-height: 215px; width: 100%; }
 #event_box p { margin: 0px 0px 0px 15px; padding: 15px 20px 10px 0px; color: #000000; font-size: .9em; text-decoration: none; cursor: pointer; }
 #event_box_text { float: left; margin: -88px 0px 0px 251px; }
 #event_box_text p { margin: 0px 0px 0px 15px; padding: 15px 20px 10px 0px; color: #000000; font-size: .9em; text-decoration: none; cursor: pointer; }
 
-#redirect_box { margin-bottom: 2%; border-radius: 15px; background: #F2F5A9; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; }
+#redirect_box { margin-bottom: 2%; border-radius: 15px; background: #F2F5A9; max-height: 215px; width: 100%; }
 #redirect_box p { margin-left: 3%; padding: 2% 3% 2% 0px; color: #000000; font-size: .9em; text-decoration: none; cursor: pointer; }
 
 .optionset { margin: 0 0 0 -2px; float: left; width: 67%; max-width: 1200px; }