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 2008/01/05 00:38:54 UTC

svn commit: r609054 - /lenya/sandbox/modules/docustyle/resources/css/page.css

Author: andreas
Date: Fri Jan  4 15:38:45 2008
New Revision: 609054

URL: http://svn.apache.org/viewvc?rev=609054&view=rev
Log:
Changed table layout for docu publication

Modified:
    lenya/sandbox/modules/docustyle/resources/css/page.css

Modified: lenya/sandbox/modules/docustyle/resources/css/page.css
URL: http://svn.apache.org/viewvc/lenya/sandbox/modules/docustyle/resources/css/page.css?rev=609054&r1=609053&r2=609054&view=diff
==============================================================================
--- lenya/sandbox/modules/docustyle/resources/css/page.css (original)
+++ lenya/sandbox/modules/docustyle/resources/css/page.css Fri Jan  4 15:38:45 2008
@@ -506,6 +506,7 @@
 
 table.properties th, table.properties td {
   text-align: left;
+  vertical-align: top;
   padding: .2em 2em .2em .5em;
   border: none;
 }
@@ -520,4 +521,8 @@
 
 table.properties tr.row2 {
   background-color: #FFFFFF;
+}
+
+tr.minorChange {
+  color: #999999;
 }



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