From: Mark Otto Date: Wed, 6 Jan 2016 22:07:13 +0000 (-0800) Subject: fix example css X-Git-Tag: v4.0.0-alpha.3~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce18736cd81808d4fc352542fb8b0f337f83a617;p=thirdparty%2Fbootstrap.git fix example css --- diff --git a/docs/examples/justified-nav/justified-nav.css b/docs/examples/justified-nav/justified-nav.css index 48ac07a9b3..bd28e271e3 100644 --- a/docs/examples/justified-nav/justified-nav.css +++ b/docs/examples/justified-nav/justified-nav.css @@ -27,13 +27,13 @@ body { float: none; } .nav-link { - text-align: center; - margin-bottom: 5px; width: 100%; + margin-bottom: 5px; + text-align: center; } @media (min-width: 768px) { - .nav-item { + .nav-item { display: table-cell; width: 1%; }