]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Corrected Spacing for classes 317/head
authorKarthik K <imkarthikk@users.noreply.github.com>
Fri, 1 Apr 2016 07:51:32 +0000 (13:21 +0530)
committerKarthik K <imkarthikk@users.noreply.github.com>
Fri, 1 Apr 2016 07:51:32 +0000 (13:21 +0530)
There was an empty space given towards the end of classes. Just corrected it. Nothing major here. Couldn't take it.

docs/pages/css-guide.md

index 2a75ac2dbcec7189a6306023280e7073d4889ac6..649aa8890f81ebac66bff8f2feabb4b09e38b0c5 100644 (file)
@@ -109,7 +109,7 @@ Inside of your row (the innermost `<tr>`), add one column using this code:
 ```html
 <table class="row">
   <tr>
-    <th class="small-12 large-6 first columns ">
+    <th class="small-12 large-6 first columns">
       Column One
     </th>
     <th class="expander"></th>
@@ -124,10 +124,10 @@ Since this first column is half-width, we need a second one to go with it. *Afte
 ```html
 <table class="row">
   <tr>
-    <th class="small-12 large-6 first columns ">
+    <th class="small-12 large-6 first columns">
       Column One
     </th>
-    <th class="small-12 large-6 last columns ">
+    <th class="small-12 large-6 last columns">
       Column Two
     </th>
     <th class="expander"></th>