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>2011-08-17 22:31:20 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-08-17 22:31:20 +0400
commit07837a1c47321e97dde4a816cb2cd246724e7481 (patch)
treefe3ef581e30132af1f9a302118443fca71b10a3c
parent9ec3bdd2d88103095af9a8b773ce68f39ccd5a8c (diff)
update docs with gh-pages
-rw-r--r--docs/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index 358642e2be..1aa9491e4f 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5,7 +5,7 @@
<title>Twitter Bootstrap</title>
<!-- Le styles -->
- <link href="../bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
+ <link href="assets/css/bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
<link href="assets/css/docs.css" rel="stylesheet" type="text/css">
<!-- Le javascript -->
@@ -58,21 +58,21 @@
<h6>Hotlink the CSS</h6>
<p>For the quickest and easiest start, just copy this snippet into your webpage.</p>
<form>
- <textarea class="copy-code" rows="1">&lt;link type="text/css" href="http://twitter.github.com/bootstrap-1.0.0.css</textarea>
+ <textarea class="copy-code" rows="1">&lt;link type="text/css" href="http://twitter.github.com/bootstrap/assets/css/bootstrap-1.0.0.min.css"></textarea>
</form>
</div>
<div class="span5 columns">
<h6>Use it with LESS</h6>
<p>A fan of using LESS.js? No problem, just clone the repo and add these lines:</p>
<form>
- <textarea class="copy-code" rows="2">&lt;link rel="stylesheet/less" type="text/css" href="http://twitter.github.com/bootstrap.less&gt;
-&lt;script src="less.js"&gt;&lt;/script&gt;</textarea>
+ <textarea class="copy-code" rows="2">&lt;link rel="stylesheet/less" type="text/css" href="/path/to/bootstrap.less"&gt;
+&lt;script src="/path/to/less.js"&gt;&lt;/script&gt;</textarea>
</form>
</div>
<div class="span5 columns">
<h6>Fork on GitHub</h6>
<p>Download, fork, pull, file issues, and more with the official Bootstrap repo on Github.</p>
- <p><a href="" class="btn primary">Bootstrap on GitHub &raquo;</a></p>
+ <p><a target="_blank" href="https://github.com/twitter/bootstrap" class="btn primary">Bootstrap on GitHub &raquo;</a></p>
</div>
</div>
</div>