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/01 18:28:37 UTC

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

Author: andreas
Date: Thu Nov  1 10:28:36 2007
New Revision: 591095

URL: http://svn.apache.org/viewvc?rev=591095&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=591095&r1=591094&r2=591095&view=diff
==============================================================================
--- lenya/sandbox/pubs/docu/resources/shared/css/page.css (original)
+++ lenya/sandbox/pubs/docu/resources/shared/css/page.css Thu Nov  1 10:28:36 2007
@@ -478,4 +478,35 @@
   border: solid 1px #BB9999;
   padding: .5em 1em;
   background-color: #FFCCCC;
+}
+
+p.warning, p.note, p.fixme {
+  border: solid 1px #BB9999;
+  padding: .5em 1em;
+  background-color: #FFCCCC;
+}
+
+p.warning:before, p.note:before, span.paragraphType {
+  color: Maroon;
+  font-weight: bold;
+}
+
+p.warning:before {
+  content: "Warning: ";
+}
+
+p.note:before {
+  content: "Note: ";
+}
+
+dl {
+  font-size: 80%;
+}
+
+dt {
+  font-weight: bold;
+}
+
+dd {
+  margin: 0 0 .5em 1em;
 }



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