diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index b2fb42c171..0758911eee 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -39,6 +39,10 @@ body { .bs-docs-sidenote p:last-child { margin-bottom: 0; } +.bs-docs-sidenote code, +.bs-docs-sidenote .highlight { + background-color: #fff; +} /* Sections diff --git a/docs/docs.html b/docs/docs.html index cbea472fa3..976396eba7 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 starter template.

+