diff options
| author | Jacob Thornton <[email protected]> | 2012-01-28 13:17:07 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-28 13:17:07 -0800 |
| commit | b38a13ef98bbdf33deb94462386ecffaea89b242 (patch) | |
| tree | ea949032b625168cce59e96eaeac9a19f2f7d3b1 /docs/assets/css/bootstrap-responsive.css | |
| parent | 6935f693b3bce10f9bfe7b7e1f3c2705ff2b6ca2 (diff) | |
| parent | 1a22c3b30aa67b4f092b164fad188050af8bbab2 (diff) | |
| download | bootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.tar.xz bootstrap-b38a13ef98bbdf33deb94462386ecffaea89b242.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'docs/assets/css/bootstrap-responsive.css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css index e91f25539..b991d1242 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -7,6 +7,9 @@ display: block; line-height: 18px; } + input[type="checkbox"], input[type="radio"] { + border: 1px solid #ccc; + } .form-horizontal .control-group > label { float: none; width: auto; @@ -20,7 +23,8 @@ padding-top: 0; } .form-horizontal .form-actions { - padding-left: 0; + padding-left: 10px; + padding-right: 10px; } .modal { position: absolute; |
