Mercurial > p > roundup > code
view 3rdparty/bootstrap/less/utilities.less @ 5157:ae2a5d1afdd5
adding tests for some StringHTMLProperty methods.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 22 Jul 2016 16:10:42 -0400 |
| 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; }
