Mercurial > p > roundup > code
view 3rdparty/bootstrap/less/layouts.less @ 6085:7c8d3bd0deb6
added change log entries for WSGI improvements and issue 2551019 rework
| author | Christof Meerwald <cmeerw@cmeerw.org> |
|---|---|
| date | Mon, 10 Feb 2020 21:58:40 +0000 |
| 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(); }
