diff options
| author | Mark Otto <[email protected]> | 2014-07-09 02:40:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-07-09 02:40:05 -0700 |
| commit | 41d6cad4b65e9f6ab688d97a542363f9df00f6ba (patch) | |
| tree | 6ccf254f0e4f770e950a7e13e4d8c0de3f3011c8 /docs/_includes | |
| parent | 54537b500ee5a0c7c31067170a119698ffeae1fc (diff) | |
| download | bootstrap-41d6cad4b65e9f6ab688d97a542363f9df00f6ba.tar.xz bootstrap-41d6cad4b65e9f6ab688d97a542363f9df00f6ba.zip | |
Docs: Refactor to use .less file instead, importing Bootstrap vars and mixins, and cleaning all the things up
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/header.html | 5 | ||||
| -rw-r--r-- | docs/_includes/nav/docs.html | 3 |
2 files changed, 1 insertions, 7 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html index 406b84cda..9f68b0a7c 100644 --- a/docs/_includes/header.html +++ b/docs/_includes/header.html @@ -29,12 +29,7 @@ {% endif %} <!-- Documentation extras --> -{% if site.github %} <link href="../assets/css/docs.min.css" rel="stylesheet"> -{% else %} -<link href="../assets/css/src/docs.css" rel="stylesheet"> -<link href="../assets/css/src/pygments-manni.css" rel="stylesheet"> -{% endif %} <!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]--> <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> <script src="../assets/js/ie10-viewport-bug-workaround.js"></script> diff --git a/docs/_includes/nav/docs.html b/docs/_includes/nav/docs.html index 5a3f69549..519f73954 100644 --- a/docs/_includes/nav/docs.html +++ b/docs/_includes/nav/docs.html @@ -8,8 +8,7 @@ <span class="icon-bar"></span> </button> <a href="../" class="navbar-brand"> - <span class="visible-xs">Bootstrap</span> - <span class="bs-docs-booticon bs-docs-booticon-md hidden-xs">B</span> + Bootstrap </a> </div> <nav class="collapse navbar-collapse bs-sidenav-collapse" role="navigation"> |
