From a6f7f96a93a650fc7e71337c836f0221433b65f2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 3 May 2013 15:29:10 -0700 Subject: [PATCH] recompile after last justified nav tweaks --- docs/assets/css/bootstrap.css | 6 ++++++ 1 file changed, 6 insertions(+) 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; }