]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add IDs, adjust text
authorJulian Thilo <bigj95t@gmail.com>
Tue, 25 Jun 2013 19:59:34 +0000 (21:59 +0200)
committerJulian Thilo <bigj95t@gmail.com>
Tue, 25 Jun 2013 19:59:34 +0000 (21:59 +0200)
docs/getting-started.html
docs/javascript.html

index 0e8b94bf7cc0f97ef7b52b9c666e0e9a3ddefa50..40cc92e8802cc58f2a5a00577806f8a03f10c2fe 100644 (file)
@@ -49,7 +49,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex
 <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
 {% endhighlight %}
 
-    <div class="bs-callout">
+    <div class="bs-callout" id="callout-less-compilation">
       <h4>LESS compilation</h4>
       <p>If you download the original source files, you need to compile Bootstrap's LESS files into usable CSS. While there are various LESS compilers available, Bootstrap only supports the latest stable version of <a href="http://lesscss.org/">less.js</a>.</p>
     </div>
index a46126a0a70bc0cd447e817e9483b1470d8b9619..9a5a5b6f068b1789f77e7f9597b52507fbcf7880 100644 (file)
@@ -65,9 +65,9 @@ $('#myModal').on('show.bs.modal', function (e) {
 })
 {% endhighlight %}
 
-    <div class="bs-callout">
+    <div class="bs-callout" id="callout-third-party-libs">
       <h4>Third-party libraries</h4>
-      <p><strong>Bootstrap does not support third-party JavaScript libraries</strong> like Prototype or jQuery UI. Despite <code>.noConflict</code> and namespaced events, there may be compatibility problems that you need to fix on your own. Ask on the <a href="http://groups.google.com/group/twitter-bootstrap">mailing list</a> if you need help.</p>
+      <p><strong>Bootstrap does not officially support third-party JavaScript libraries</strong> like Prototype or jQuery UI. Despite <code>.noConflict</code> and namespaced events, there may be compatibility problems that you need to fix on your own. Ask on the <a href="http://groups.google.com/group/twitter-bootstrap">mailing list</a> if you need help.</p>
     </div>
   </div>