Bootstrap 3 RC1

This commit is contained in:
Ben Word
2013-07-28 12:32:45 -05:00
109 changed files with 6315 additions and 7210 deletions

View File

@@ -3,7 +3,12 @@
// --------------------------------------------------
// Quick floats
// Floats
// -------------------------
.clearfix {
.clearfix();
}
.pull-right {
float: right;
}
@@ -11,20 +16,27 @@
float: left;
}
// Toggling content
// -------------------------
.hide {
display: none;
display: none !important;
}
.show {
display: block;
display: block !important;
}
// Visibility
.invisible {
visibility: hidden;
}
.text-hide {
.hide-text();
}
// For Affix plugin
// -------------------------
.affix {
position: fixed;
}