[Mpuls-commits] r4096 - in base/trunk: . mpulsweb/public/styles
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Nov 3 09:15:44 CET 2010
Author: roland
Date: 2010-11-03 09:15:42 +0100 (Wed, 03 Nov 2010)
New Revision: 4096
Modified:
base/trunk/ChangeLog
base/trunk/mpulsweb/public/styles/all.css
Log:
fix problem with 'date' columns
Modified: base/trunk/ChangeLog
===================================================================
--- base/trunk/ChangeLog 2010-11-02 16:50:40 UTC (rev 4095)
+++ base/trunk/ChangeLog 2010-11-03 08:15:42 UTC (rev 4096)
@@ -1,3 +1,7 @@
+2010-11-03 Roland Geider <roland.geider at intevation.de>
+
+ * mpulsweb/public/styles/all.css: fix problem with "date" columns
+
2010-11-02 Torsten Irlaender <torsten at intevation.de>
* mpulsweb/lib/translation.py: Added support for multiple domains in
Modified: base/trunk/mpulsweb/public/styles/all.css
===================================================================
--- base/trunk/mpulsweb/public/styles/all.css 2010-11-02 16:50:40 UTC (rev 4095)
+++ base/trunk/mpulsweb/public/styles/all.css 2010-11-03 08:15:42 UTC (rev 4096)
@@ -645,7 +645,7 @@
table.appointment .date, .title, .action {
font-weight: bold;
text-align: left;
- background : #d3d7cf; /* #D5D5D5*/
+ /*background: #D5D5D5*/
/*border-bottom: 0.5pt solid;*/
}
table.appointment th.action {
More information about the Mpuls-commits
mailing list