moved BS out of vendor into admin

This commit is contained in:
psychobunny
2014-09-26 14:17:31 -04:00
parent d5316dbe7a
commit 8b9d58a72f
58 changed files with 6231 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
// Center-align a block level element
.center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}