Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-01-30 09:44:36 +0400
committerMark Otto <otto@github.com>2014-01-30 09:44:36 +0400
commit7ba2eede4eb6130b2778a5efc019e41283c1cb52 (patch)
tree19c370be85b12cde381e0d4e7a95aa849442a60f /docs/_includes
parent80ef14a11a8d1ee2c9e3f0fdfb90dec26c1377a8 (diff)
fix css url
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index bc262e208b..defb549aed 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -17,7 +17,7 @@
<link href="../dist/css/bootstrap.min.css" rel="stylesheet">
<!-- Documentation extras -->
-<link href="../assets/css/pack.min.css" rel="stylesheet">
+<link href="../assets/css/docs.min.css" rel="stylesheet">
<!--[if lt IE 9]><script src="../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->