Mercurial > p > roundup > code
view 3rdparty/bootstrap/less/layouts.less @ 5083:1c992cb4301a
issue2550851 Installation doc removed directions for installing
additional codecs for Asian languages. They are obsolete.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 17 Jun 2016 21:35:57 -0400 |
| 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(); }
