From: Mark Otto Date: Wed, 14 Aug 2013 22:39:21 +0000 (-0700) Subject: fixes #9509: add margin around buttons so they don't shit the bed when wrapping X-Git-Tag: v3.0.0~81^2~64^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e8fe8de93b1d25273dcabe348e2d9205a428037;p=thirdparty%2Fbootstrap.git fixes #9509: add margin around buttons so they don't shit the bed when wrapping --- diff --git a/assets/css/docs.css b/assets/css/docs.css index ba90540d55..0a1f873170 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -437,6 +437,12 @@ body { margin: 0; } +/* Buttons */ +.bs-example > .btn { + margin-top: 5px; + margin-bottom: 5px; +} + /* Forms */ .bs-example-control-sizing select, .bs-example-control-sizing input[type="text"] + input[type="text"] {