Mercurial > p > roundup > code
view 3rdparty/bootstrap/less/utilities.less @ 4890:609edf9de0a5
docs: Remove one nesting level from ToC on subpages
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Tue, 15 Apr 2014 15:07:30 +0300 |
| parents | c109f7c1e477 |
| children |
line wrap: on
line source
// // Utility classes // -------------------------------------------------- // Quick floats .pull-right { float: right; } .pull-left { float: left; } // Toggling content .hide { display: none; } .show { display: block; } // Visibility .invisible { visibility: hidden; } // For Affix plugin .affix { position: fixed; }
