diff options
| author | Vickash Mahabir <[email protected]> | 2013-01-18 17:50:58 -0400 |
|---|---|---|
| committer | Vickash Mahabir <[email protected]> | 2013-01-18 17:50:58 -0400 |
| commit | 964cb773838379319903bcf4b678addc07a55e98 (patch) | |
| tree | 87ca485cc774fe0ae982ba8eadedf316ed32e62b /docs | |
| parent | 665de0455cb433c9e3c3b6d6ad72318b46098650 (diff) | |
| download | bootstrap-964cb773838379319903bcf4b678addc07a55e98.tar.xz bootstrap-964cb773838379319903bcf4b678addc07a55e98.zip | |
Make the counter example more meaningful
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 d432dda58..2040029a3 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1354,7 +1354,7 @@ Default </td> <td> - <span class="counter">42</span> + <strong>Inbox</strong> <span class="counter">42</span> </td> <td> <code><span class="counter">42</span></code> diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 63f8c765b..0d326d02d 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1285,7 +1285,7 @@ Default </td> <td> - <span class="counter">42</span> + <strong>Inbox</strong> <span class="counter">42</span> </td> <td> <code><span class="counter">42</span></code> |
