moved all backbone/bootstrap files to _backboneApp

This commit is contained in:
kay.one
2013-01-21 21:40:26 -08:00
parent f34a8edcbc
commit 2112a8f9fa
125 changed files with 326 additions and 46502 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;
}