diff options
| author | Mark Otto <[email protected]> | 2012-01-25 11:11:22 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-25 11:11:22 -0800 |
| commit | fd3c6733a2d7b8f3afa3fc8511162e23ad1ac412 (patch) | |
| tree | f1334c2745b6ca816d31d3b8633b7ea70927907f /docs | |
| parent | 603aaa01ef487d912569459adc69bc06eb0ade52 (diff) | |
| download | bootstrap-fd3c6733a2d7b8f3afa3fc8511162e23ad1ac412.tar.xz bootstrap-fd3c6733a2d7b8f3afa3fc8511162e23ad1ac412.zip | |
missing icon class in code example
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/components.html b/docs/components.html index 5991cba36..a7a447084 100644 --- a/docs/components.html +++ b/docs/components.html @@ -466,7 +466,7 @@ ... <li> <a href="#"> - <i class="book"></i> + <i class="icon book"></i> Library </a> </li> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 2566eb05e..effa10762 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -402,7 +402,7 @@ ... <li> <a href="#"> - <i class="book"></i> + <i class="icon book"></i> {{_i}}Library{{/i}} </a> </li> |
