diff options
| author | Mark Otto <[email protected]> | 2012-01-14 21:28:47 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-14 21:28:47 -0800 |
| commit | dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc (patch) | |
| tree | 87961fa11d60108e2ce868276c5347b2fca8984d /docs/scaffolding.html | |
| parent | 6d916763f82be8c2d4f87842275170c12bea72ec (diff) | |
| download | bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.tar.xz bootstrap-dab6d2b17cc2fd67c2462b5a5eb84eb58d9c72bc.zip | |
change up classes on tables and forms, fix nav list styles in example
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 b2b4b5647..eab6fedf5 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -223,7 +223,7 @@ </div> <h2>Grid customization</h2> - <table class="bordered-table striped-table"> + <table class="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="bordered-table striped-table"> + <table class="table-bordered table-striped"> <thead> <tr> <th>Label</th> |
