From: Mark Otto Date: Sun, 14 Apr 2013 20:00:53 +0000 (-0700) Subject: lighter .highlight in sidenotes as well X-Git-Tag: v3.0.0-rc1~433 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccb6ac570f7b4cc022c29f42a4b36c667ba6eb1e;p=thirdparty%2Fbootstrap.git lighter .highlight in sidenotes as well --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 67b3696926..87460ca98b 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -45,7 +45,8 @@ body { .bs-docs-sidenote p:last-child { margin-bottom: 0; } -.bs-docs-sidenote code { +.bs-docs-sidenote code, +.bs-docs-sidenote .highlight { background-color: #fff; }