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; }