Replace   with CSS margin

This commit is contained in:
calzoneman 2015-05-22 10:29:24 -04:00
parent 9081a5fee1
commit f94c8bc8f1
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -621,3 +621,7 @@ table td {
#emotelist-paginator-container {
text-align: center;
}
#leftcontrols .btn {
margin-right: 5px;
}