Clean up.

This commit is contained in:
MinSoo Kim 2017-01-31 20:54:31 +09:00
parent f8def97ea3
commit 915a48c375
2 changed files with 15 additions and 4 deletions

View file

@ -129,7 +129,6 @@ script, style
margin: 20px 0;
}
/* 상단 탭 스타일 */
.rx_simple_member div.rx_simple_tab{
overflow: hidden;
@ -176,10 +175,10 @@ script, style
.rx_simple_member ul.rx_simple_tab>li:first-child a span {
border-left: 0 none;
}
.rx_simple_member .sw-anchor-buttons {
.rx_simple_member .sw-footer.sw-anchor-buttons {
text-align:right;
}
.rx_simple_member .sw-anchor-buttons a {
.rx_simple_member .sw-footer.sw-anchor-buttons>a {
display:inline-block;
}
@ -270,6 +269,10 @@ script, style
text-decoration: none;
text-align: center;
}
.rx_simple_member .sw-footer>a
{
display: block;
}
.rx_simple_member .pagination ul li.active>a
{
background: @color;