From: RafiBomb Date: Fri, 15 Apr 2016 15:37:18 +0000 (-0700) Subject: fixes expanded button example X-Git-Tag: v2.1.0~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4684258bbd1a818a737456014a683fe6da2594d3;p=thirdparty%2Ffoundation%2Ffoundation-emails.git fixes expanded button example --- diff --git a/docs/pages/button.md b/docs/pages/button.md index f8a19445..2240bcb6 100644 --- a/docs/pages/button.md +++ b/docs/pages/button.md @@ -35,12 +35,12 @@ Don't forget the `href=""` ;) ## Expanded -To create an expanded button (full width of it's container), add the class `.expanded` to the outer `` of the button, and wrap a `
` tag around the ``. +To create an expanded button (full width of it's container), add the class `.expand` to the outer `
` of the button, and wrap a `
` tag around the ``. -In Inky HTML, add the `.expanded` class to the ` + ``` --- diff --git a/test/visual/pages/block-inky.html b/test/visual/pages/block-inky.html index 9ebec424..5ebf97fa 100644 --- a/test/visual/pages/block-inky.html +++ b/test/visual/pages/block-inky.html @@ -1,3 +1,10 @@ + +
diff --git a/test/visual/pages/button-expanded-inky.html b/test/visual/pages/button-expanded-inky.html index 96924da8..d616894c 100644 --- a/test/visual/pages/button-expanded-inky.html +++ b/test/visual/pages/button-expanded-inky.html @@ -1,46 +1,46 @@ - + - + - + - + - + - + - + - + - + - + \ No newline at end of file

one