view 3rdparty/bootstrap/less/utilities.less @ 5057:d3efcaa0d6ff

www: Extend code instructions with demo and test commands
author anatoly techtonik <techtonik@gmail.com>
date Wed, 04 May 2016 13:57:06 +0300
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/