From: Mark Otto Date: Fri, 6 Sep 2013 16:22:19 +0000 (-0700) Subject: fix broke width of containers in docs given change to use width over max-width X-Git-Tag: v3.0.1~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b24adeb82f2ede7cac2884c7e155bb49cf23b68c;p=thirdparty%2Fbootstrap.git fix broke width of containers in docs given change to use width over max-width --- diff --git a/assets/css/docs.css b/assets/css/docs.css index cad3c479e1..2b800732d5 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -622,6 +622,11 @@ h1[id] { } } +/* Undo width of container */ +.bs-example .container { + width: auto; +} + /* Tweak content of examples for optimum awesome */ .bs-example > p:last-child, .bs-example > ul:last-child,