From 2ade44a9ca89f2f8358c18aafb760993ffda9ac8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 6 Dec 2014 00:33:36 -0800 Subject: inline-block on labels now instead of inline --- dist/css/bootstrap.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d3d9394d3..a08500f5c 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3767,8 +3767,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto } .label { - display: inline; - padding: .15em .4em; + display: inline-block; + padding: .25em .4em; font-size: 75%; font-weight: bold; line-height: 1; -- cgit v1.2.3