[Python-checkins] r53583 - tracker/instances/python-dev/html/style.css

erik.forsberg python-checkins at python.org
Sat Jan 27 22:01:34 CET 2007


Author: erik.forsberg
Date: Sat Jan 27 22:01:33 2007
New Revision: 53583

Modified:
   tracker/instances/python-dev/html/style.css
Log:
Adjusted vertical alignment of table cells to prevent it from looking
slightly fishy.


Modified: tracker/instances/python-dev/html/style.css
==============================================================================
--- tracker/instances/python-dev/html/style.css	(original)
+++ tracker/instances/python-dev/html/style.css	Sat Jan 27 22:01:33 2007
@@ -156,7 +156,6 @@
   border-bottom: #ddd solid 1px;
   color: #338;
   text-align: right;
-  vertical-align: top;
   font-weight: normal;
   white-space: nowrap;
 }
@@ -176,7 +175,6 @@
   border-bottom: #ddd solid 1px;
   color: #333;
   empty-cells: show;
-  vertical-align: top;
   padding: 5px;
 }
 


More information about the Python-checkins mailing list