You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/10/14 04:59:49 UTC

svn commit: r320984 - /forrest/branches/forrest_07_branch/main/webapp/skins/pelt/css/basic.css

Author: crossley
Date: Thu Oct 13 19:59:46 2005
New Revision: 320984

URL: http://svn.apache.org/viewcvs?rev=320984&view=rev
Log:
Copy the changes from r225449 in trunk which changed
"frame warning" to "warning" etc.

Modified:
    forrest/branches/forrest_07_branch/main/webapp/skins/pelt/css/basic.css

Modified: forrest/branches/forrest_07_branch/main/webapp/skins/pelt/css/basic.css
URL: http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/main/webapp/skins/pelt/css/basic.css?rev=320984&r1=320983&r2=320984&view=diff
==============================================================================
--- forrest/branches/forrest_07_branch/main/webapp/skins/pelt/css/basic.css (original)
+++ forrest/branches/forrest_07_branch/main/webapp/skins/pelt/css/basic.css Thu Oct 13 19:59:46 2005
@@ -38,34 +38,44 @@
   clear: both;
 }
 
-.frame {
+.note, .warning, .fixme {
   border: solid black 1px;
   margin: 1em 3em;
 }
 
-.frame .label {
+.note .label {
   background: #369;
   color: white;
   font-weight: bold;
   padding: 5px 10px;
 }
-.frame .content {
-  padding: 5px 10px;
+.note .content {
   background: #F0F0FF;
   color: black;
   line-height: 120%;
   font-size: 90%;
+  padding: 5px 10px;
 }
 .warning .label {
   background: #C00;
   color: white;
+  font-weight: bold;
+  padding: 5px 10px;
 }
 .warning .content {
   background: #FFF0F0;
   color: black;
+  line-height: 120%;
+  font-size: 90%;
+  padding: 5px 10px;
 }
 .fixme .label {
   background: #C6C600;
+  font-weight: bold;
+  padding: 5px 10px;
+}
+.fixme .content {
+  padding: 5px 10px;
 }
 
 /**