From c4d376ef9e2678e37278df53843a5815688fb049 Mon Sep 17 00:00:00 2001 From: Michael Wheeler Date: Thu, 14 Nov 2013 09:54:43 -0500 Subject: [PATCH] Update button code example to match new syntax --- docs/components/buttons.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/components/buttons.php b/docs/components/buttons.php index dff8ce97..d8458d11 100644 --- a/docs/components/buttons.php +++ b/docs/components/buttons.php @@ -5,10 +5,10 @@

To create buttons that look great in most clients, make a table of class button to wrap your <a> tag. Buttons expand to the full width of their container by default, so if you don't want them to expand all the way, consider placing them in a sub-grid or block-grid element.

A Basic Button
+'
- Button Label + Button Label
' @@ -167,4 +167,4 @@ - \ No newline at end of file + -- 2.47.2