diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-10-22 23:40:32 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-10-22 23:40:32 -0400 |
commit | 42491f41f88e04a03f34be361c163056a3bef6da (patch) | |
tree | f3ae8d36213a60bcb4041b1be2100ba8b330b0ec /default | |
parent | 8572dcd9e87e574799399373d915ea07d4f6c590 (diff) |
add table-responsive to previews
Diffstat (limited to 'default')
-rw-r--r-- | default/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default/index.html b/default/index.html index b0769866..10052f5a 100644 --- a/default/index.html +++ b/default/index.html @@ -469,7 +469,7 @@ <h1 id="tables">Tables</h1> </div> - <div class="bs-example"> + <div class="bs-example table-responsive"> <table class="table table-striped table-bordered table-hover"> <thead> <tr> |