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 2013/07/27 15:38:33 UTC

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

Author: marcus
Date: Sat Jul 27 13:38:32 2013
New Revision: 1507638

URL: http://svn.apache.org/r1507638
Log:
Added CSS code for red box

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

Modified: openoffice/ooo-site/trunk/content/download/exceptions.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/download/exceptions.css?rev=1507638&r1=1507637&r2=1507638&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/download/exceptions.css (original)
+++ openoffice/ooo-site/trunk/content/download/exceptions.css Sat Jul 27 13:38:32 2013
@@ -88,6 +88,11 @@ h1 { padding-left: 0.5em; }
 .sub-orange { background: #FFE2B5; border-top: 1px solid #FFB15E; border-bottom: 1px solid #FFB15E; font-size: .8em; }
 .sub-orange p { padding: .1em 3%; width: 94%; }
 
+.red { background: #FFD9A7 right 0 no-repeat; cursor: default; }
+.red h2 a { color: #D36812; cursor: default; }
+.sub-red { background: #FFE2B5; border-top: 1px solid #FFB15E; border-bottom: 1px solid #FFB15E; font-size: .8em; cursor: default; }
+.sub-red p { padding: .1em 3%; width: 94%; cursor: default; }
+
 .additionalinformation { background: none; float: right; width: 28%; clear: none; }
 .additionalinformation h2 { border-bottom: 1px solid #CCC; margin-bottom: 5px; margin-top: 0px; }
 .additionalinformation h3 { margin-left: 5px; margin-bottom: 5px; }