속성 이름 착각한 것 수정

This commit is contained in:
MinSoo Kim 2017-02-01 00:48:29 +09:00
parent 8e1a356a6b
commit 3abf529f8c

View file

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