diff options
| author | Mark Otto <[email protected]> | 2011-11-16 23:58:36 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-11-16 23:58:36 -0800 |
| commit | a0179322854a9d1e2b9363447c9884e40733d04f (patch) | |
| tree | 4d4328f818a56ec7d17cf604f2f1fb3543fbe3d7 /docs/base-css.html | |
| parent | cabf993bc6f2f984474503f636b4c4ba6d62912e (diff) | |
| download | bootstrap-a0179322854a9d1e2b9363447c9884e40733d04f.tar.xz bootstrap-a0179322854a9d1e2b9363447c9884e40733d04f.zip | |
start breaking down patterns.less into more distinct files, update docs for forms to use correct classes
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 51c4d35a3..9c1af11c4 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -696,22 +696,22 @@ <tbody> <tr> <th>Vertical (default)</th> - <td><code>.vertical-form</code> <span class="muted">(not required)</span></td> + <td><code>.form-vertical</code> <span class="muted">(not required)</span></td> <td>Stacked, left-aligned labels over controls</td> </tr> <tr> <th>Horiztonal</th> - <td><code>.horizontal-form</code></td> + <td><code>.form-horizontal</code></td> <td>Float left, right-aligned labels on same line as controls</td> </tr> <tr> <th>Inline</th> - <td><code>.inline-form</code></td> + <td><code>.form-inline</code></td> <td>Left-aligned label and inline-block controls for compact style</td> </tr> <tr> <th>Search</th> - <td><code>.search-form</code></td> + <td><code>.form-search</code></td> <td>Extra-rounded text input for a typical search aesthetic</td> </tr> </tbody> |
