Mercurial > p > roundup > code
view 3rdparty/bootstrap/less/utilities.less @ 4888:b07014d6a7aa
docs: Fix table of contents on customizing page
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Mon, 14 Apr 2014 15:11:21 +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; }
