diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-10-22 20:34:33 -0700 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-10-22 20:34:33 -0700 |
commit | 8572dcd9e87e574799399373d915ea07d4f6c590 (patch) | |
tree | ba489f638b08a2a4b7cb455e404877b2c0cfff0c /amelia/index.html | |
parent | c2fa364a750ffa4a964b08228ad6e242a5b78209 (diff) | |
parent | 53a2278c7e8ff1c4dea8612a6bdfc4516f0aa3fc (diff) |
Merge pull request #165 from shawnwildermuth/gh-pages
Update to fix edge cases
Diffstat (limited to 'amelia/index.html')
-rw-r--r-- | amelia/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/amelia/index.html b/amelia/index.html index 09e13afa..76b29ce6 100644 --- a/amelia/index.html +++ b/amelia/index.html @@ -480,8 +480,8 @@ <h1 id="tables">Tables</h1> </div> - <div class="bs-example"> - <table class="table table-striped table-bordered table-hover"> + <div class="bs-example table-responsive"> + <table class="table table-striped table-bordered table-hover "> <thead> <tr> <th>#</th> |