diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 58b775060..131b0c6fa 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; }