]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #9509: add margin around buttons so they don't shit the bed when wrapping
authorMark Otto <otto@github.com>
Wed, 14 Aug 2013 22:39:21 +0000 (15:39 -0700)
committerMark Otto <otto@github.com>
Wed, 14 Aug 2013 22:39:21 +0000 (15:39 -0700)
assets/css/docs.css

index ba90540d55d68340367d1435410c7c3c35a27339..0a1f873170a695dbe3f4ec39f64c4bbd9b5ee4d6 100644 (file)
@@ -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"] {