Index of /wp/wp-content/
/ Button groups
/ --------------------------------------------------
/ Make the div behave like a button
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle; / match .btn alignment given font-size hack above
> .btn {
position: relative;
float: left;
/