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-18 22:27:45 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-08-18 22:27:45 +0400
commitf376de1319bb9093adc731cc05b3b0e54607ae54 (patch)
treeafd3afbc1104b8d9ace073ad7193b9d827fcc08d
parentb80d118c50a63c005b654e81cb228422f0910569 (diff)
fix local docs link + remove whitespace in gitignore
-rw-r--r--.gitignore2
-rw-r--r--docs/index.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e43b0f9889..496ee2ca6a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.DS_Store
+.DS_Store \ No newline at end of file
diff --git a/docs/index.html b/docs/index.html
index 1aa9491e4f..3199f5fc32 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -5,7 +5,7 @@
<title>Twitter Bootstrap</title>
<!-- Le styles -->
- <link href="assets/css/bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
+ <link href="../bootstrap-1.0.0.css" rel="stylesheet" type="text/css">
<link href="assets/css/docs.css" rel="stylesheet" type="text/css">
<!-- Le javascript -->