From 1a4332c49c2132bd9704cd5121a1a577b9671f73 Mon Sep 17 00:00:00 2001 From: rlx <0x0073@0x2620.org> Date: Thu, 13 Oct 2011 12:47:02 +0000 Subject: [PATCH] update css --- 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 81003973..4aa5baf3 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -1072,7 +1072,7 @@ Lists .OxIconList .OxItem > .OxText > div, .OxInfoList .OxItem > .OxText > div { display: inline-block; - font-size: 9px; + //font-size: 9px; font-weight: bold; text-align: center; padding: 1px 2px; @@ -1086,7 +1086,7 @@ Lists } .OxIconList .OxItem > .OxText > div > div, .OxIconList .OxItem > .OxText > div > div > div { - font-size: 9px; + //font-size: 9px; font-weight: bold; text-align: center; }