view 3rdparty/bootstrap/less/utilities.less @ 4975:2fce201a2b47

Documentation: configuration messages_to_author value "nosy" now documented.
author Bernhard Reiter <bernhard@intevation.de>
date Thu, 12 Mar 2015 21:56:49 +0100
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;
}

Roundup Issue Tracker: http://roundup-tracker.org/