http://jsfiddle.net/TRVfh/2/
A picture:
So, right now, there is a little gam in between the two buttons. and I'd like the buttons to share the middle edge, or at least be touching (if they are touching, changing the CSS so it looks like they are sharing an edge isn't hard)
But Margin left / right doesn't appear to do anything. What's going on here?
The two buttons have a space between them because of the return and the indentation you used to format your HTML.
Just float both containers: http://jsfiddle.net/TRVfh/19/
.redline_changes, .redline_comments{
margin-left: 0px;
margin-right: 0px; float: left;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With