]> git.ipfire.org Git - thirdparty/foundation/foundation-emails.git/commitdiff
Update thumbnail.md 368/head
authorBenjamin <panyamin@users.noreply.github.com>
Tue, 19 Apr 2016 08:59:31 +0000 (10:59 +0200)
committerBenjamin <panyamin@users.noreply.github.com>
Tue, 19 Apr 2016 08:59:31 +0000 (10:59 +0200)
docs/pages/thumbnail.md

index 5eb0c3bf4d065b51086326a1f6cebfd02d91db70..3b54041fe4e273bed40bc0961cded0ac6f7d5031 100644 (file)
@@ -8,11 +8,11 @@ The `.thumbnail` class can be applied directly to an `<img>` element, or an `<a>
 The thumbnail style adds padding and a box shadow to an image. To use it, just add the class `.thumbnail` to an image element.
 
 ```inky_example
-<img src="http://placehold.it/200x200" class="thumbnail" /></td>
+<img src="http://placehold.it/200x200" class="thumbnail">
 ```
 
 <!-- <table class="thumbnail">
   <tr>
     <td><img src="//placehold.it/300x300" class="thumbnail" /></td>
   </tr>
-</table> -->
\ No newline at end of file
+</table> -->