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:
authorJacob Thornton <jacobthornton@gmail.com>2012-01-27 10:05:45 +0400
committerJacob Thornton <jacobthornton@gmail.com>2012-01-27 10:05:45 +0400
commited64276e5be1bbf808f2ab1451aa02522cc3aff0 (patch)
tree13212cdc7db31d90167c2b91085c4ef8ea2a85ae /docs/templates/layout.mustache
parentdc2deb9a1b1995bbabee91bfd579d9b466fe78f2 (diff)
move doc building into base make method + build bootstrap to doc assets
Diffstat (limited to 'docs/templates/layout.mustache')
-rw-r--r--docs/templates/layout.mustache4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index 014f248d68..dbb718056b 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -13,8 +13,8 @@
<![endif]-->
<!-- Le styles -->
- <link href="../bootstrap.css" rel="stylesheet">
- <link href="../bootstrap-responsive.css" rel="stylesheet">
+ <link href="assets/css/bootstrap.css" rel="stylesheet">
+ <link href="assets/css/bootstrap-responsive.css" rel="stylesheet">
<link href="assets/css/docs.css" rel="stylesheet">
<link href="assets/js/google-code-prettify/prettify.css" rel="stylesheet">