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/_includes/header.html | |
| 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/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index e12545ecc..87d20a132 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -15,6 +15,10 @@ <!-- Bootstrap core CSS --> <link href="../dist/css/bootstrap.min.css" rel="stylesheet"> +{% if page.slug == "css" or page.slug == "components" or page.slug == "js" %} + <!-- Optional Bootstrap Theme --> + <link href="" data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet"> +{% endif %} <!-- Documentation extras --> <link href="../assets/css/docs.min.css" rel="stylesheet"> |
