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:49:25 UTC

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

Author: andreas
Date: Fri Nov  2 01:49:25 2007
New Revision: 591265

URL: http://svn.apache.org/viewvc?rev=591265&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=591265&r1=591264&r2=591265&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:49:25 2007
@@ -482,13 +482,16 @@
 
 p.warning, p.note, p.fixme {
   border: solid 1px #BB9999;
+  border-top: none;
   padding: .5em 1em;
-  background-color: #FFCCCC;
+  background-color: #FFEEEE;
   margin-top: 0;
 }
 
 div.warningTitle, div.noteTitle, div.fixmeTitle {
-  background-color: #BB9999;
+  border: solid 1px #BB9999;
+  border-bottom: none;
+  background-color: #FFCCCC;
   padding: .2em 1em;
   color: Maroon;
   font-size: 80%;



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