view 3rdparty/bootstrap/less/utilities.less @ 5627:cb288d043079 maint-1.6

note doc fixes to CHANGES.txt
author John Rouillard <rouilj@ieee.org>
date Wed, 20 Feb 2019 19:43:32 -0500
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/