diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-08-17 23:25:36 -0700 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-08-17 23:25:36 -0700 |
commit | 4b1207f51d212e794620ac27752cc927a06eba4d (patch) | |
tree | ae6f03d4da59a1d59d0f714c4c228337bb6b2a4f /tests | |
parent | c80fdb566b53d52b65fafcde606afd6636e0c00e (diff) |
adds label-primary to previews, fixes #134
Diffstat (limited to 'tests')
-rw-r--r-- | tests/components.html | 1 |
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> |