diff options
author | Thomas Park <thomas@thomaspark.me> | 2014-07-02 02:28:48 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2014-07-02 02:28:48 -0400 |
commit | 81d021b33027f571f4200ba7170e3111e919e2d3 (patch) | |
tree | 23a9f6c6fb9ea69d4acb1ae57a59a99e3f260a47 /tests/components.html | |
parent | fd47406db9a1af4e384770c2f1259089b1950876 (diff) |
remove underline on buttons in tables, closes #267
Diffstat (limited to 'tests/components.html')
-rw-r--r-- | tests/components.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/components.html b/tests/components.html index 3c4e151f..b41c9b63 100644 --- a/tests/components.html +++ b/tests/components.html @@ -582,9 +582,9 @@ </tr> <tr class="danger"> <td>3</td> - <td>Column content</td> - <td>Column content</td> - <td><a href="#">Column content</a></td> + <td><a class="btn btn-default">Default</button></td> + <td><a class="btn btn-primary">Primary</button></td> + <td><a class="btn btn-primary">Primary</button></td> </tr> <tr class="warning"> <td>5</td> |