/assets/css/less/ -> /assets/less/

This commit is contained in:
Ben Word
2013-05-21 20:06:57 -05:00
parent 2b0e5f5420
commit 530b0731f6
41 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
//
// 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;
}