diff options
| author | Mark Otto <[email protected]> | 2012-01-17 23:39:18 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-17 23:39:18 -0800 |
| commit | 47b8184bbb5784eb373ffbb905c8a1756eba3c6d (patch) | |
| tree | d78521de5aefc108003dcbb781260d6e7a664332 /docs/scaffolding.html | |
| parent | 51f5b7b8af6e0f6ef0dbe86528209cd664af240a (diff) | |
| download | bootstrap-47b8184bbb5784eb373ffbb905c8a1756eba3c6d.tar.xz bootstrap-47b8184bbb5784eb373ffbb905c8a1756eba3c6d.zip | |
scope table styles to a class, .table, instead of on the generic element as a smarter default
Diffstat (limited to 'docs/scaffolding.html')
| -rw-r--r-- | docs/scaffolding.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 77b94d8ce..f068c837c 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -223,7 +223,7 @@ </div> <h2>Grid customization</h2> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th>Variable</th> @@ -335,7 +335,7 @@ <div class="span8"> <h2>Supported devices</h2> <p>Bootstrap supports a handful of media queries to help make your projects more appropriate on different devices and screen resolutions. Here's what's included:</p> - <table class="table-bordered table-striped"> + <table class="table table-bordered table-striped"> <thead> <tr> <th>Label</th> |
