diff options
| author | Chris Rebert <[email protected]> | 2014-04-29 15:56:18 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-05-07 20:19:40 -0700 |
| commit | bdd822a94cdf2d452e067569e76ca1537dc74d8d (patch) | |
| tree | 836d5b31d0da59628b51b8065e08906c1fb99bcf /docs/_includes | |
| parent | 7d0f7e84412ab8018e6e9211f9e6a0f47d1100ce (diff) | |
| download | bootstrap-bdd822a94cdf2d452e067569e76ca1537dc74d8d.tar.xz bootstrap-bdd822a94cdf2d452e067569e76ca1537dc74d8d.zip | |
regenerate minified docs JS & CSS
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 87d20a132..c9e38e25c 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -17,7 +17,7 @@ <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"> + <link href="data:text/css;charset=utf-8," data-href="../dist/css/bootstrap-theme.min.css" rel="stylesheet" id="bs-theme-stylesheet"> {% endif %} <!-- Documentation extras --> |
