From: Vickash Mahabir Date: Fri, 18 Jan 2013 22:03:43 +0000 (-0400) Subject: Counters example doesn't need to be a table X-Git-Tag: v3.0.0-rc1~734^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6634%2Fhead;p=thirdparty%2Fbootstrap.git Counters example doesn't need to be a table --- diff --git a/docs/components.html b/docs/components.html index 2040029a3c..eeb104168c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1340,29 +1340,13 @@

Counters

- - - - - - - - - - - - - - - -
NameExampleMarkup
- Default - - Inbox 42 - - <span class="counter">42</span> -
+
+ Inbox 42 +
+
+<a href="#">Inbox</a> <span class="counter">42</span>
+

Easily collapsible

For easy implementation, counters will simply collapse (via CSS's :empty selector) when no content exists within.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 0d326d02d5..8bc15d88b6 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -1271,29 +1271,13 @@

Counters

- - - - - - - - - - - - - - - -
NameExampleMarkup
- Default - - Inbox 42 - - <span class="counter">42</span> -
+
+ Inbox 42 +
+
+<a href="#">Inbox</a> <span class="counter">42</span>
+

Easily collapsible

For easy implementation, counters will simply collapse (via CSS's :empty selector) when no content exists within.