view 3rdparty/bootstrap/less/utilities.less @ 4951:5de19a3d99bd

website: Add autologin and nick selection to WebChat link
author anatoly techtonik <techtonik@gmail.com>
date Sat, 13 Dec 2014 15:48:51 +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/