diff --git a/modules/boonex/artificer/data/template/system/css/common.css b/modules/boonex/artificer/data/template/system/css/common.css index 13a2b1780e..49ae0c2b43 100644 --- a/modules/boonex/artificer/data/template/system/css/common.css +++ b/modules/boonex/artificer/data/template/system/css/common.css @@ -20,6 +20,12 @@ import url(../../../../../../../template/css/common.css); clear:both; } +.bx-tag b, +.bx-tag s { + text-decoration: none; + font-weight: normal; +} + /*--- Application ---*/ .bx-main.bx-pt-application .bx-menu-toolbar-padding { padding-top: 0; diff --git a/template/css/common.css b/template/css/common.css index c939784036..81d871d9e8 100644 --- a/template/css/common.css +++ b/template/css/common.css @@ -146,9 +146,10 @@ blockquote { color: #999999; } +.bx-tag b, .bx-tag s { text-decoration: none; - font-weight: bold; + font-weight: normal; } .sys-icon-a {