Twitter Bootstrap float responsive container

benyhirmansyah

New Member
I need to float a \[code\].container\[/code\] for a tablet view, so how can I reverse this clear float hack within my media query? So that the \[code\].container\[/code\] can be floated\[code\].container { margin-right: auto; margin-left: auto; *zoom: 1;}.container:before,.container:after { display: table; line-height: 0; content: "";}.container:after { clear: both;}\[/code\]
 
Back
Top