Mercurial > p > roundup > code
view 3rdparty/bootstrap/less/layouts.less @ 5489:8a91503c44b2
updated changelog for random number rework
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Sun, 05 Aug 2018 14:04:01 +0100 |
| parents | c109f7c1e477 |
| children |
line wrap: on
line source
// // Layouts // -------------------------------------------------- // Container (centered, fixed-width layouts) .container { .container-fixed(); } // Fluid layouts (left aligned, with sidebar, min- & max-width content) .container-fluid { padding-right: @gridGutterWidth; padding-left: @gridGutterWidth; .clearfix(); }
