diff options
| author | Mark Otto <[email protected]> | 2013-05-22 23:34:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-22 23:34:28 -0700 |
| commit | acc0875259593d3206a07ac24bf877d0c8c0c8b9 (patch) | |
| tree | 3ebffd15964f3e67c0df7c3ef7e599cf9d2a6fdc /docs/assets/css | |
| parent | 432d417ade569cce1a8a4a2e5fbbd32b57170891 (diff) | |
| download | bootstrap-acc0875259593d3206a07ac24bf877d0c8c0c8b9.tar.xz bootstrap-acc0875259593d3206a07ac24bf877d0c8c0c8b9.zip | |
fix up customizer js and classes; turn buttons into real buttons
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index ddab6ba6a..6f7254e82 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -97,6 +97,17 @@ body { /* Customize and Download button -------------------------------------------------- */ +.bs-customizer { + +} +.bs-customizer .toggle { + float: right; +} +.bs-customizer label { + margin-top: 10px; +} + + .bs-customize-download { text-align:center; } |
