diff options
| author | Mark Otto <[email protected]> | 2011-10-31 19:37:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-31 19:37:10 -0700 |
| commit | 02bf27592c8eec51795ac806390bc57db501926d (patch) | |
| tree | 2ad4839ec00a24eefa18876a82d031771b0e243d /docs/scaffolding.html | |
| parent | ba597ef8458de4593b7a0269b0dd794f9ca89818 (diff) | |
| download | bootstrap-02bf27592c8eec51795ac806390bc57db501926d.tar.xz bootstrap-02bf27592c8eec51795ac806390bc57db501926d.zip | |
overhaul the table styles and update those everywhere in the docs, update the button docs, spec out the forms docs
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 4a5aa9a0b..de50caf8d 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -161,7 +161,7 @@ </div> <h2>Grid customization</h2> - <table class="zebra-striped"> + <table class="striped-table"> <thead> <tr> <th>Variable</th> @@ -273,7 +273,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="zebra-striped"> + <table class="striped-table"> <thead> <tr> <th>Label</th> |
