diff --git a/modules/member/skins/simple_world/css/css.less b/modules/member/skins/simple_world/css/css.less index 314e61168..840aa1f66 100644 --- a/modules/member/skins/simple_world/css/css.less +++ b/modules/member/skins/simple_world/css/css.less @@ -159,7 +159,7 @@ script, style { display:block; .bg-contrast(#fff, lighten(@color,10%),darken(@color,10%)); - text-weight: bold; + font-weight: bold; border: medium none; color: #fff; padding: 10px; @@ -316,7 +316,7 @@ script, style .rx_simple_member .pagination ul li.active>a { .bg-contrast(#000, lighten(@color, 15%), darken(@color, 15%)); - text-weight:bold; + font-weight:bold; color:#000; } @@ -326,5 +326,6 @@ script, style { .bg-contrast(#fff, lighten(@color, 13%), darken(@color, 13%)); + font-weight:bold; color:#fff; } \ No newline at end of file