diff options
| author | Chris Rebert <[email protected]> | 2014-01-08 18:36:32 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-08 18:36:32 -0800 |
| commit | 9443044606954bf58dab954fa081d9ec180e9a25 (patch) | |
| tree | a657eac7e4079114d2a0b1e68c2215ade7dc6bfe /docs/assets/css/docs.css | |
| parent | 1736bcb05cb2c0b96825099fbb05b93ba4f327e5 (diff) | |
| parent | db829f8620d7fb04b48adb5dd0ad297f0c930453 (diff) | |
| download | bootstrap-9443044606954bf58dab954fa081d9ec180e9a25.tar.xz bootstrap-9443044606954bf58dab954fa081d9ec180e9a25.zip | |
Merge pull request #11158 from twbs/templated-customizer
Autogenerate the customizer's variables form
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 4be2536aa..072f39b04 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -1161,6 +1161,13 @@ h1[id] { font-weight: normal; } +.bs-customizer-input { + float: left; + width: 33.333333%; + padding-left: 15px; + padding-right: 15px; +} + /* Downloads */ .bs-customize-download .btn-outline { padding: 20px; |
