From: Mark Otto Date: Fri, 3 May 2013 22:29:10 +0000 (-0700) Subject: recompile after last justified nav tweaks X-Git-Tag: v3.0.0-rc1~372 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6f7f96a93a650fc7e71337c836f0221433b65f2;p=thirdparty%2Fbootstrap.git recompile after last justified nav tweaks --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 58b775060b..131b0c6fa1 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3332,6 +3332,9 @@ button.close { display: table-cell; float: none; width: 1%; +} + +.nav-tabs.nav-justified > li > a { text-align: center; } @@ -3380,6 +3383,9 @@ button.close { display: table-cell; float: none; width: 1%; +} + +.nav-justified > li > a { text-align: center; }