From a87ea9345beced2cea2009362c9aead9a2510e09 Mon Sep 17 00:00:00 2001 From: Julian Thilo Date: Tue, 25 Jun 2013 21:59:34 +0200 Subject: [PATCH] Add IDs, adjust text --- docs/getting-started.html | 2 +- docs/javascript.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started.html b/docs/getting-started.html index 0e8b94bf7c..40cc92e880 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -49,7 +49,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex {% endhighlight %} -
+

LESS compilation

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 less.js.

diff --git a/docs/javascript.html b/docs/javascript.html index a46126a0a7..9a5a5b6f06 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -65,9 +65,9 @@ $('#myModal').on('show.bs.modal', function (e) { }) {% endhighlight %} -
+

Third-party libraries

-

Bootstrap does not support third-party JavaScript libraries like Prototype or jQuery UI. Despite .noConflict and namespaced events, there may be compatibility problems that you need to fix on your own. Ask on the mailing list if you need help.

+

Bootstrap does not officially support third-party JavaScript libraries like Prototype or jQuery UI. Despite .noConflict and namespaced events, there may be compatibility problems that you need to fix on your own. Ask on the mailing list if you need help.