view 3rdparty/bootstrap/less/utilities.less @ 5160:f8a32b7331f1

add basic crappy test framework for the client.py::Client::renderFrontPage() ::determine_context() and ::renderContext() methods.
author John Rouillard <rouilj@ieee.org>
date Fri, 22 Jul 2016 20:59:44 -0400
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/