alan_k Tue Feb 14 05:32:48 2006 UTC
Modified files:
/pearweb/public_html/css style.css
Log:
fix css value (firefox has nice warnings for these now).
http://cvs.php.net/viewcvs.cgi/pearweb/public_html/css/style.css?r1=1.32&r2=1.33&diff_format=u
Index: pearweb/public_html/css/style.css
diff -u pearweb/public_html/css/style.css:1.32
pearweb/public_html/css/style.css:1.33
--- pearweb/public_html/css/style.css:1.32 Fri Oct 15 20:41:52 2004
+++ pearweb/public_html/css/style.css Tue Feb 14 05:32:48 2006
@@ -1,4 +1,4 @@
-/* $Id: style.css,v 1.32 2004/10/15 20:41:52 mj Exp $ */
+/* $Id: style.css,v 1.33 2006/02/14 05:32:48 alan_k Exp $ */
@import url(/css/tabs.css);
@@ -205,7 +205,7 @@
td.form-input_center {
padding: 3px;
text-align: center;
- vertical-align: center;
+ vertical-align: middle;
background-color: #e8e8e8;
}
|