symposion_app/symposion_project/static/symposion/less/bootstrap/utilities.less

24 lines
245 B
Text
Raw Normal View History

2012-07-13 02:50:48 +00:00
// UTILITY CLASSES
// ---------------
// Quick floats
.pull-right {
float: right;
}
.pull-left {
float: left;
}
// Toggling content
.hide {
display: none;
}
.show {
display: block;
}
// Visibility
.invisible {
visibility: hidden;
}