From 6bf23dd2827907d3690ba2ac8fb20e82369cdae9 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Fri, 8 Mar 2013 03:47:46 +0000 Subject: [PATCH] add OxTextPage class (16 px line-height) --- source/Ox.UI/css/Ox.UI.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 19615c04..b80e5453 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2710,8 +2710,8 @@ Miscellaneous text-decoration: none; } -.OxText { - //line-height: 15px; +.OxTextPage { + line-height: 16px; } .OxTooltip {