From: Michael Lennox Date: Tue, 15 Nov 2016 11:56:01 +0000 (+0000) Subject: [Docs] Match headers for large and small callouts X-Git-Tag: v6.3-rc1~1^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9377%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git [Docs] Match headers for large and small callouts Previously the large and small callouts were headed with 'This is a secondary panel' even though it wasn't actually a secondary callout and as a visual description doesn't match the styles used in the coloring section. This PR modifies the header text in these examples to match the style used in the coloring section and explains the example using the class names ('small callout' and 'large callout') in the same manner as with the coloring section. --- diff --git a/docs/pages/callout.md b/docs/pages/callout.md index acf97269c..ec1363847 100644 --- a/docs/pages/callout.md +++ b/docs/pages/callout.md @@ -71,13 +71,13 @@ Callouts can be sized using the `.small` and `.large` classes. These will affect ```html_example
-
This is a secondary panel
+
This is a small callout

It has an easy to override visual style, and is appropriately subdued.

It's dangerous to go alone, take this.
-
This is a secondary panel
+
This is a large callout

It has an easy to override visual style, and is appropriately subdued.

It's dangerous to go alone, take this.