diff options
| author | Mark Otto <[email protected]> | 2013-08-05 12:17:09 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 12:17:09 -0700 |
| commit | e23906facaa63fcc97bddbd0895c301699c9e942 (patch) | |
| tree | 130ff1656ff0afd55dc0aa2831b433340083e819 /_includes | |
| parent | bac9e80a460c314209d1ee676a0eb44b9574db89 (diff) | |
| download | bootstrap-e23906facaa63fcc97bddbd0895c301699c9e942.tar.xz bootstrap-e23906facaa63fcc97bddbd0895c301699c9e942.zip | |
Fixes #8150: add `.static-form-control` for vertical alignment of static form text
- Also fixes the vertical alignment of labels in horizontal layouts on
account of the recent button and input padding changes
- Also changes the vertical alignment of the checkboxes and radios in
horizontal forms
Diffstat (limited to '_includes')
| -rw-r--r-- | _includes/nav-css.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/nav-css.html b/_includes/nav-css.html index fc10a3037..921dfe0b2 100644 --- a/_includes/nav-css.html +++ b/_includes/nav-css.html @@ -56,6 +56,7 @@ <li><a href="#forms-inline">Inline variation</a></li> <li><a href="#forms-horizontal">Horizontal variation</a></li> <li><a href="#forms-controls">Supported controls</a></li> + <li><a href="#forms-controls-static">Static form control</a></li> <li><a href="#forms-control-states">Control states</a></li> <li><a href="#forms-control-sizes">Control sizing</a></li> <li><a href="#forms-help-text">Help text</a></li> |
