2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

fix license indent and make comments consistent

This commit is contained in:
Jacob Thornton
2011-06-28 14:24:02 -07:00
parent 2da82cd7ca
commit e91a74e8e8
10 changed files with 215 additions and 213 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
/*
Preboot
Variables and mixins to pre-ignite any new web development project
*/
* Preboot.less
* Variables and mixins to pre-ignite any new web development project
*/
/* Variables
@@ -70,7 +70,7 @@
}
// Center-align a block level element
.center-block {
.center-block {
display: block;
margin: 0 auto;
}