mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Clean up.
This commit is contained in:
parent
f8def97ea3
commit
915a48c375
2 changed files with 15 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue