1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-23 20:34:21 +00:00
TiddlyWiki5/cssbuild/twitter-bootstrap/less/utilities.less
2012-10-11 15:58:05 +01:00

31 lines
335 B
Plaintext
Executable File

//
// 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;
}