Files @ ad1008f32632
Branch filter:

Location: Copyleft/copyleft-wiki/bootstrap-3.0.0/less/utilities.less

bkuhn
Note site is currently defunct.

The site is currently defunct. Note that for now, and hopefully
we'll get it going again someday soon.
//
// Utility classes
// --------------------------------------------------


// Floats
// -------------------------

.clearfix {
  .clearfix();
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}


// Toggling content
// -------------------------

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  .hide-text();
}


// For Affix plugin
// -------------------------

.affix {
  position: fixed;
}