aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-25 11:11:22 -0800
committerMark Otto <[email protected]>2012-01-25 11:11:22 -0800
commitfd3c6733a2d7b8f3afa3fc8511162e23ad1ac412 (patch)
treef1334c2745b6ca816d31d3b8633b7ea70927907f /docs
parent603aaa01ef487d912569459adc69bc06eb0ade52 (diff)
downloadbootstrap-fd3c6733a2d7b8f3afa3fc8511162e23ad1ac412.tar.xz
bootstrap-fd3c6733a2d7b8f3afa3fc8511162e23ad1ac412.zip
missing icon class in code example
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html2
-rw-r--r--docs/templates/pages/components.mustache2
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 @@
...
&lt;li&gt;
&lt;a href="#"&gt;
- &lt;i class="book"&gt;&lt;/i&gt;
+ &lt;i class="icon book"&gt;&lt;/i&gt;
Library
&lt;/a&gt;
&lt;/li&gt;
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 @@
...
&lt;li&gt;
&lt;a href="#"&gt;
- &lt;i class="book"&gt;&lt;/i&gt;
+ &lt;i class="icon book"&gt;&lt;/i&gt;
{{_i}}Library{{/i}}
&lt;/a&gt;
&lt;/li&gt;