diff options
| author | Chris Rebert <[email protected]> | 2014-10-27 16:36:03 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-10-27 16:36:03 -0700 |
| commit | de62dcaf53218943b0c9b02400742b6ca06129dc (patch) | |
| tree | d9fa50f8d8baf47820df10f0b80ba332e86435c4 /docs/assets/css | |
| parent | 5e1af10ecb076f21a17a5d5f1c5737e4e33d63a1 (diff) | |
| parent | a43d4767ba7a1d8d313f9c418a378b6749dd6040 (diff) | |
| download | bootstrap-de62dcaf53218943b0c9b02400742b6ca06129dc.tar.xz bootstrap-de62dcaf53218943b0c9b02400742b6ca06129dc.zip | |
Merge pull request #14886 from twbs/customizer-clearfix
Customizer: add clearfixes to rows and simplify .bs-customizer-input to .col-xs-4
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/src/docs.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/assets/css/src/docs.css b/docs/assets/css/src/docs.css index 428a54321..431ee905f 100644 --- a/docs/assets/css/src/docs.css +++ b/docs/assets/css/src/docs.css @@ -1342,13 +1342,6 @@ h1[id] { font-weight: normal; } -.bs-customizer-input { - float: left; - width: 33.333333%; - padding-right: 15px; - padding-left: 15px; -} - /* Downloads */ .bs-customize-download .btn-outline { padding: 20px; |
