diff options
| author | Mark Otto <[email protected]> | 2012-07-06 10:59:46 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-06 10:59:46 -0700 |
| commit | dc6eaafb00426315a3720324d7fc3a4a33a04ddf (patch) | |
| tree | e8f1f7708dd49b8ac029f4b40c7a70583207391d /docs | |
| parent | 19ea4668e5d62303b26e322d32b45d6268837c18 (diff) | |
| download | bootstrap-dc6eaafb00426315a3720324d7fc3a4a33a04ddf.tar.xz bootstrap-dc6eaafb00426315a3720324d7fc3a4a33a04ddf.zip | |
vertically align inline form content
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 1cd490716..0a3e86393 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1551,6 +1551,7 @@ input.search-query { display: inline-block; *display: inline; margin-bottom: 0; + vertical-align: middle; *zoom: 1; } |
