mirror of https://github.com/calzoneman/sync.git
Replace with CSS margin
This commit is contained in:
parent
9081a5fee1
commit
f94c8bc8f1
|
@ -55,7 +55,6 @@ html(lang="en")
|
|||
#controlsrow.row
|
||||
#leftcontrols.col-lg-5.col-md-5
|
||||
button#newpollbtn.btn.btn-sm.btn-default New Poll
|
||||
|
|
||||
button#emotelistbtn.btn.btn-sm.btn-default Emote List
|
||||
#rightcontrols.col-lg-7.col-md-7
|
||||
#plcontrol.btn-group.pull-left
|
||||
|
|
|
@ -621,3 +621,7 @@ table td {
|
|||
#emotelist-paginator-container {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#leftcontrols .btn {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue