From 3abf529f8cf97b286e056021dc7d4ac977604712 Mon Sep 17 00:00:00 2001 From: MinSoo Kim Date: Wed, 1 Feb 2017 00:48:29 +0900 Subject: [PATCH] =?UTF-8?q?=EC=86=8D=EC=84=B1=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EC=B0=A9=EA=B0=81=ED=95=9C=20=EA=B2=83=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/member/skins/simple_world/css/css.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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