svn commit: r609054 - /lenya/sandbox/modules/docustyle/resources/css/page.css
[email protected] Fri, 04 Jan 2008 23:38:54 -0000
Newsgroups
gmane.comp.cms.lenya.cvs
Message-ID
<[email protected] >
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;
}