diff options
| author | Mark Otto <[email protected]> | 2013-05-03 15:29:10 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-05-03 15:29:10 -0700 |
| commit | a6f7f96a93a650fc7e71337c836f0221433b65f2 (patch) | |
| tree | c7701de587c3b15e1b1c721cf10d16df769f0ea4 /docs/assets/css/bootstrap.css | |
| parent | 4357ed72e0b244a6ccb56626e49fff5ed046573f (diff) | |
| download | bootstrap-a6f7f96a93a650fc7e71337c836f0221433b65f2.tar.xz bootstrap-a6f7f96a93a650fc7e71337c836f0221433b65f2.zip | |
recompile after last justified nav tweaks
Diffstat (limited to 'docs/assets/css/bootstrap.css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; } |
