You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2014/07/24 18:47:30 UTC

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

Author: kschenk
Date: Thu Jul 24 16:47:30 2014
New Revision: 1613187

URL: http://svn.apache.org/r1613187
Log:
Changed alert box styling to stay over first column to quit overwriting news column.

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=1613187&r1=1613186&r2=1613187&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/exceptions.css Thu Jul 24 16:47:30 2014
@@ -24,7 +24,7 @@ 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; max-height: 215px; width: 100%; min-width: 680px; max-width: 1200px; }
+#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.