From dc6eaafb00426315a3720324d7fc3a4a33a04ddf Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 6 Jul 2012 10:59:46 -0700 Subject: vertically align inline form content --- docs/assets/css/bootstrap.css | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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; } -- cgit v1.2.3