From ee5bab794da6c55e597b477d625ec103eb665e78 Mon Sep 17 00:00:00 2001 From: Daniel Kaspo Date: Sun, 6 Apr 2014 22:27:10 -0400 Subject: [PATCH] Fixed incorrect class name Class name was missing "-grid"; didn't want the documentation to mislead anyone. --- doc/pages/components/block_grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.
-- 2.47.2