view 3rdparty/bootstrap/less/utilities.less @ 4971:691fa2ef5347

Update for 2550869 fix.
author Bernhard Reiter <bernhard@intevation.de>
date Wed, 11 Mar 2015 08:37:32 +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/