Update LESS

This commit is contained in:
Foxaii
2013-07-28 13:15:24 +01:00
parent 941c92126c
commit e40d6e0c75
48 changed files with 3837 additions and 4368 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;
}