diff options
| author | Mark Otto <[email protected]> | 2013-08-14 15:39:21 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 15:39:21 -0700 |
| commit | 8e8fe8de93b1d25273dcabe348e2d9205a428037 (patch) | |
| tree | fb745eeef57368a170c9bab6b911d7a1cde66739 /assets/css/docs.css | |
| parent | db684a1a618a9f51f509210a1e58b1999b401d23 (diff) | |
| download | bootstrap-8e8fe8de93b1d25273dcabe348e2d9205a428037.tar.xz bootstrap-8e8fe8de93b1d25273dcabe348e2d9205a428037.zip | |
fixes #9509: add margin around buttons so they don't shit the bed when wrapping
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index ba90540d5..0a1f87317 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"] { |
