Plus Minus counter
by Glynne Turner
HTML
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/css/bootstrap.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/js/bootstrap.js"></script>
CSS
.counter {
width: 45px;
border-radius: 0px !important;
text-align: center;
}
.up_count {
margin-bottom: 10px;
margin-left: -4px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.down_count {
margin-bottom: 10px;
margin-right: -4px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}