How to make fluid container in bootstrap 3?
In bootstrap 2.3.2 .container-fluid class is there. But now in bootstrap 3 it is missing and there is only <
.container-fluid
This was introduced in v3.1.0: http://getbootstrap.com/css/#grid-example-fluid
Commit #62736046 added ".container-fluid variation for full-width containers and layouts".