Issue 10 - Include less files and replace 2 css files with 1 minified css from less files

This commit is contained in:
perryharlock
2013-09-18 14:40:29 +01:00
parent a956c084f3
commit 6dff1c0a2b
52 changed files with 8386 additions and 387 deletions

View File

@@ -0,0 +1,45 @@
//
// Utility classes
// --------------------------------------------------
// Floats
// -------------------------
.clearfix {
.clearfix();
}
.center-block {
.center-block();
}
.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 {
.text-hide();
}
// For Affix plugin
// -------------------------
.affix {
position: fixed;
}