I tried putting display:inline, but this had the side effect of shrinking the divs. Basically I want one wide bar, and two narrower areas below that will together be the same size.
http://jsbin.com/egobu3 I tried putting display:inline, but this had the side effect of shrinking the
Share
Simply add
float: leftto.band.c.http://jsbin.com/egobu3/2
Alternatively, add
display: inline-blockto.band.c:And remove the whitespace in the HTML:
http://jsbin.com/egobu3/3