From: Daniel Kaspo Date: Mon, 7 Apr 2014 02:27:10 +0000 (-0400) Subject: Fixed incorrect class name X-Git-Tag: v5.2.3~78^2~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4912%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fixed incorrect class name Class name was missing "-grid"; didn't want the documentation to mislead anyone. --- diff --git a/doc/pages/components/block_grid.html b/doc/pages/components/block_grid.html index 65484f4d5..c0421c70b 100644 --- a/doc/pages/components/block_grid.html +++ b/doc/pages/components/block_grid.html @@ -12,7 +12,7 @@ title: Block grid

Basic

-Use a simple `small-block-#` class to code up the block grid and specify the number of items in a row. +Use a simple `small-block-grid-#` class to code up the block grid and specify the number of items in a row.