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 | |
parent | 8572dcd9e87e574799399373d915ea07d4f6c590 (diff) |
add table-responsive to previews
-rw-r--r-- | cerulean/index.html | 2 | ||||
-rw-r--r-- | cosmo/index.html | 2 | ||||
-rw-r--r-- | custom/index.html | 2 | ||||
-rw-r--r-- | cyborg/index.html | 2 | ||||
-rw-r--r-- | default/index.html | 2 | ||||
-rw-r--r-- | flatly/index.html | 2 | ||||
-rw-r--r-- | journal/index.html | 2 | ||||
-rw-r--r-- | readable/index.html | 2 | ||||
-rw-r--r-- | simplex/index.html | 2 | ||||
-rw-r--r-- | slate/index.html | 2 | ||||
-rw-r--r-- | spacelab/index.html | 2 | ||||
-rw-r--r-- | tests/components.html | 2 | ||||
-rw-r--r-- | united/index.html | 2 |
13 files changed, 13 insertions, 13 deletions
diff --git a/cerulean/index.html b/cerulean/index.html index 683376ed..9c95d23a 100644 --- a/cerulean/index.html +++ b/cerulean/index.html @@ -472,7 +472,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> diff --git a/cosmo/index.html b/cosmo/index.html index c7427a0b..96c422d1 100644 --- a/cosmo/index.html +++ b/cosmo/index.html @@ -472,7 +472,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> diff --git a/custom/index.html b/custom/index.html index 6f0d7920..023451bd 100644 --- a/custom/index.html +++ b/custom/index.html @@ -472,7 +472,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> diff --git a/cyborg/index.html b/cyborg/index.html index 7c1dc2a6..6db51c4b 100644 --- a/cyborg/index.html +++ b/cyborg/index.html @@ -472,7 +472,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> 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> diff --git a/flatly/index.html b/flatly/index.html index 244a1c03..b6776c91 100644 --- a/flatly/index.html +++ b/flatly/index.html @@ -472,7 +472,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> diff --git a/journal/index.html b/journal/index.html index 70dc9b41..977340ba 100644 --- a/journal/index.html +++ b/journal/index.html @@ -467,7 +467,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> diff --git a/readable/index.html b/readable/index.html index 9faa026c..9bb3bf08 100644 --- a/readable/index.html +++ b/readable/index.html @@ -472,7 +472,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> diff --git a/simplex/index.html b/simplex/index.html index e157ed15..8325265c 100644 --- a/simplex/index.html +++ b/simplex/index.html @@ -472,7 +472,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> diff --git a/slate/index.html b/slate/index.html index 32f49dfb..5c3994d1 100644 --- a/slate/index.html +++ b/slate/index.html @@ -472,7 +472,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> diff --git a/spacelab/index.html b/spacelab/index.html index b41362cf..8dce8eee 100644 --- a/spacelab/index.html +++ b/spacelab/index.html @@ -472,7 +472,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> diff --git a/tests/components.html b/tests/components.html index 5f23f2ea..1a75b746 100644 --- a/tests/components.html +++ b/tests/components.html @@ -318,7 +318,7 @@ </div> <h2 id="tables-example">Basic example</h2> - <div class="bs-example"> + <div class="bs-example table-responsive"> <table class="table"> <thead> <tr> diff --git a/united/index.html b/united/index.html index f7cfc07c..8f65a4d3 100644 --- a/united/index.html +++ b/united/index.html @@ -477,7 +477,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> |