aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-06-28 14:24:02 -0700
committerJacob Thornton <[email protected]>2011-06-28 14:24:02 -0700
commite91a74e8e89240d061478326ad26bd4ffa9ce910 (patch)
tree1d72cf2f382060bc552151dbfe2df1b2647f0d73 /lib/preboot.less
parent2da82cd7ca8e7f8076416f300060c11bb2ab7d4e (diff)
downloadbootstrap-e91a74e8e89240d061478326ad26bd4ffa9ce910.tar.xz
bootstrap-e91a74e8e89240d061478326ad26bd4ffa9ce910.zip
fix license indent and make comments consistent
Diffstat (limited to 'lib/preboot.less')
-rw-r--r--lib/preboot.less8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index b91df8a62..e8b0cb755 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -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;
}