chiark / gitweb /
vertical-align:: wants 'middle', not 'center'
authorrjk@greenend.org.uk <>
Tue, 23 Jan 2007 22:51:34 +0000 (22:51 +0000)
committerrjk@greenend.org.uk <>
Tue, 23 Jan 2007 22:51:34 +0000 (22:51 +0000)
See: http://www.w3.org/TR/REC-CSS2/visudet.html#propdef-vertical-align

templates/disorder.css

index d38311cc227747be1688f0816a5e2828f34a04e5..cb25a7e3a39d436ea832ee10fa112ced5a14955c 100644 (file)
@@ -45,7 +45,7 @@ th {
 
 /* ordinary cells in tables */
 td {
 
 /* ordinary cells in tables */
 td {
-  vertical-align: center
+  vertical-align: middle
 }
 
 /* the headings <tr> of the table */
 }
 
 /* the headings <tr> of the table */