From e91a74e8e89240d061478326ad26bd4ffa9ce910 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Tue, 28 Jun 2011 14:24:02 -0700 Subject: fix license indent and make comments consistent --- lib/preboot.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lib/preboot.less') 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; } -- cgit v1.2.3