1
0
Fork 0
forked from 0x2620/oxjs

changing vertical-align of table cells to top

This commit is contained in:
rlx 2012-02-18 07:09:41 +00:00
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;