From: Julian Thilo Date: Sun, 14 Apr 2013 16:36:11 +0000 (+0200) Subject: More work on the sidenotes X-Git-Tag: v3.0.0-rc1~437 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7564%2Fhead;p=thirdparty%2Fbootstrap.git More work on the sidenotes * Convert more inline advices (compatibility, dependencies, ...) to sidenotes * Add sidenotes for: ** Note on plugin dependencies in general ** Required padding for navbar-fixed- (incl. code snippet) * Fixed text for the small tag --- diff --git a/docs/docs.html b/docs/docs.html index cbea472fa3..ce0a99f0d7 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -69,7 +69,10 @@ title: Bootstrap Documentation {% endhighlight %}

This is the most basic form of Bootstrap: compiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (bootstrap.*), as well as compiled and minified CSS and JS (bootstrap.min.*). The image files are compressed using ImageOptim, a Mac app for compressing PNGs.

-

Please note that all JavaScript plugins require jQuery to be included.

+
+

jQuery required

+

Please note that all JavaScript plugins require jQuery to be included, as shown in the 101 template.

+