From: Karthik K Date: Fri, 1 Apr 2016 07:51:32 +0000 (+0530) Subject: Corrected Spacing for classes X-Git-Tag: v2.2.0~20^2~7^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F317%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-emails.git Corrected Spacing for classes There was an empty space given towards the end of classes. Just corrected it. Nothing major here. Couldn't take it. --- diff --git a/docs/pages/css-guide.md b/docs/pages/css-guide.md index 2a75ac2d..649aa889 100644 --- a/docs/pages/css-guide.md +++ b/docs/pages/css-guide.md @@ -109,7 +109,7 @@ Inside of your row (the innermost ``), add one column using this code: ```html - @@ -124,10 +124,10 @@ Since this first column is half-width, we need a second one to go with it. *Afte ```html
+ Column One
- -
+ Column One + Column Two