[CHG] initial port to new theme

This commit is contained in:
Xavier Morel
2015-07-08 13:24:24 +02:00
parent 43c5bd3a07
commit 705e0d56b2
159 changed files with 13769 additions and 11796 deletions
+7
View File
@@ -0,0 +1,7 @@
// Center-align a block level element
.center-block() {
display: block;
margin-left: auto;
margin-right: auto;
}