diff options
| author | Chris Rebert <[email protected]> | 2014-04-29 15:54:05 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-07 16:12:42 -0700 |
| commit | 7d0f7e84412ab8018e6e9211f9e6a0f47d1100ce (patch) | |
| tree | 34fe20954e30163aed6a37360fc45da8cc374ca5 /docs/assets/css/_src | |
| parent | f0daa64a29a66a663f6fedb9d8687524af754436 (diff) | |
| download | bootstrap-7d0f7e84412ab8018e6e9211f9e6a0f47d1100ce.tar.xz bootstrap-7d0f7e84412ab8018e6e9211f9e6a0f47d1100ce.zip | |
add button to toggle the optional theme when viewing the docs; fixes #9764
Diffstat (limited to 'docs/assets/css/_src')
| -rw-r--r-- | docs/assets/css/_src/docs.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/css/_src/docs.css b/docs/assets/css/_src/docs.css index bbc3ff669..7f1f65a4d 100644 --- a/docs/assets/css/_src/docs.css +++ b/docs/assets/css/_src/docs.css @@ -1452,3 +1452,9 @@ h1[id] { -webkit-box-shadow: 0 0 8px rgba(82,168,236,.6); box-shadow: 0 0 8px rgba(82,168,236,.6); } + +#bs-theme-btn { + position: fixed; + bottom: 0; + left: 0; +} |
