You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/02 09:42:44 UTC

svn commit: r591260 - /lenya/sandbox/pubs/docu/resources/shared/css/page.css

Author: andreas
Date: Fri Nov  2 01:42:43 2007
New Revision: 591260

URL: http://svn.apache.org/viewvc?rev=591260&view=rev
Log:
Improved layout

Modified:
    lenya/sandbox/pubs/docu/resources/shared/css/page.css

Modified: lenya/sandbox/pubs/docu/resources/shared/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/pubs/docu/resources/shared/css/page.css?rev=591260&r1=591259&r2=591260&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/resources/shared/css/page.css (original)
+++ lenya/sandbox/pubs/docu/resources/shared/css/page.css Fri Nov  2 01:42:43 2007
@@ -484,19 +484,16 @@
   border: solid 1px #BB9999;
   padding: .5em 1em;
   background-color: #FFCCCC;
+  margin-top: 0;
 }
 
-p.warning:before, p.note:before, span.paragraphType {
+div.warningTitle, div.noteTitle, div.fixmeTitle {
+  background-color: #BB9999;
+  padding: .2em 1em;
   color: Maroon;
+  font-size: 80%;
   font-weight: bold;
-}
-
-p.warning:before {
-  content: "Warning: ";
-}
-
-p.note:before {
-  content: "Note: ";
+  text-transform: capitalize;
 }
 
 dl {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org