From fe87e6ab1c012ba5fdc71eb76ffce7b00d2a975c Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Sat, 18 Feb 2012 07:09:41 +0000 Subject: [PATCH] changing vertical-align of table cells to top --- source/Ox.UI/css/Ox.UI.css | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 51d0d0f7..f2cded96 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -58,6 +58,7 @@ p:last-child { } td { padding: 0; + vertical-align: top; } .OxSelectable { -moz-user-select: text;