changing vertical-align of table cells to top

This commit is contained in:
rlx 2012-02-18 07:09:41 +00:00
parent 65a3a21d11
commit fe87e6ab1c

View file

@ -58,6 +58,7 @@ p:last-child {
} }
td { td {
padding: 0; padding: 0;
vertical-align: top;
} }
.OxSelectable { .OxSelectable {
-moz-user-select: text; -moz-user-select: text;