diff options
| author | Mark Otto <[email protected]> | 2013-02-17 18:58:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-17 18:58:40 -0800 |
| commit | c6f341bd17f24b1d744e1ec07f6974fd85d8825b (patch) | |
| tree | fc0fa611c6a30828e15e370785e04c3a6877c577 /docs/_includes/header.html | |
| parent | dba9eea98d84929c701f68e64817e9ad707f739e (diff) | |
| download | bootstrap-c6f341bd17f24b1d744e1ec07f6974fd85d8825b.tar.xz bootstrap-c6f341bd17f24b1d744e1ec07f6974fd85d8825b.zip | |
Refactor some common classes from docs css and examples, then prevent examples from using docs.css
Diffstat (limited to 'docs/_includes/header.html')
| -rw-r--r-- | docs/_includes/header.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index fe23d008e..a387930ba 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -14,9 +14,11 @@ <!-- Bootstrap core CSS --> <link href="/assets/css/bootstrap.css" rel="stylesheet"> +{% if layout == "default" %} <!-- Documentation extras --> <link href="/assets/css/docs.css" rel="stylesheet"> <link href="/assets/css/pygments-manni.css" rel="stylesheet"> +{% endif %} <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> |
