diff options
| author | Mark Otto <[email protected]> | 2011-09-11 18:09:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-09-11 18:09:01 -0700 |
| commit | f3f60b21a6104be999cb04f6414878fc4dea98cd (patch) | |
| tree | f7352340865a65bef0e654be0e349b008bd89dd4 /docs | |
| parent | 18a5ef83eff25130927e5b3a5ffb522752974eb8 (diff) | |
| download | bootstrap-f3f60b21a6104be999cb04f6414878fc4dea98cd.tar.xz bootstrap-f3f60b21a6104be999cb04f6414878fc4dea98cd.zip | |
oops, double commit last time; apply fixes to make select elements line up in IE7 with their labels, but no height fix
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/index.html b/docs/index.html index adf58e64f..110b4f46b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -940,23 +940,6 @@ <form> <fieldset> <legend>Example form legend</legend> - - <table> - <thead> - <tr> - <th>1</th> - <th>2</th> - </tr> - </thead> - <tbody> - <tr> - <td>1</td> - <td>2</td> - </tr> - </tbody> - </table> - - <div class="clearfix"> <label for="xlInput">X-Large input</label> <div class="input"> |
