|
From: <var...@us...> - 2009-03-29 18:07:57
|
Revision: 6738
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6738&view=rev
Author: vargenau
Date: 2009-03-29 18:07:47 +0000 (Sun, 29 Mar 2009)
Log Message:
-----------
pagelist tr { vertical-align: top; }
Modified Paths:
--------------
trunk/themes/MonoBook/main.css
trunk/themes/gforge/gforge.css
Modified: trunk/themes/MonoBook/main.css
===================================================================
--- trunk/themes/MonoBook/main.css 2009-03-29 17:04:04 UTC (rev 6737)
+++ trunk/themes/MonoBook/main.css 2009-03-29 18:07:47 UTC (rev 6738)
@@ -1611,6 +1611,7 @@
font-weight: bold;
}
.pagelist thead td u { text-decoration: none; }
+.pagelist tr { vertical-align: top; }
.pagelist tr.evenrow { background: #eee; }
.pagelist tr.oddrow { background: white; }
th.gridbutton {
Modified: trunk/themes/gforge/gforge.css
===================================================================
--- trunk/themes/gforge/gforge.css 2009-03-29 17:04:04 UTC (rev 6737)
+++ trunk/themes/gforge/gforge.css 2009-03-29 18:07:47 UTC (rev 6738)
@@ -271,6 +271,7 @@
font-weight: bold;
}
.pagelist thead td u { text-decoration: none; }
+.pagelist tr { vertical-align: top; }
.pagelist tr.evenrow { background: #eee; }
.pagelist tr.oddrow { background: white; }
th.gridbutton {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|