summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2013-08-17 23:25:36 -0700
committerThomas Park <thomas@thomaspark.me>2013-08-17 23:25:36 -0700
commit4b1207f51d212e794620ac27752cc927a06eba4d (patch)
treeae6f03d4da59a1d59d0f714c4c228337bb6b2a4f /tests
parentc80fdb566b53d52b65fafcde606afd6636e0c00e (diff)
adds label-primary to previews, fixes #134
Diffstat (limited to 'tests')
-rw-r--r--tests/components.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/components.html b/tests/components.html
index 25a42df8..3cdb47c2 100644
--- a/tests/components.html
+++ b/tests/components.html
@@ -1994,6 +1994,7 @@
<p>Add any of the below mentioned modifier classes to change the appearance of a label.</p>
<div class="bs-example">
<span class="label label-default">Default</span>
+ <span class="label label-primary">Primary</span>
<span class="label label-success">Success</span>
<span class="label label-warning">Warning</span>
<span class="label label-danger">Danger</span>