diff options
| author | Mark Otto <[email protected]> | 2016-01-06 14:07:13 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-01-06 14:07:13 -0800 |
| commit | ce18736cd81808d4fc352542fb8b0f337f83a617 (patch) | |
| tree | 639960f2f3b752bec0f6fb9bb3d38f5a8b38707b /docs | |
| parent | 3da46631e778fad71eeabaf6a083e5990cc342f8 (diff) | |
| download | bootstrap-ce18736cd81808d4fc352542fb8b0f337f83a617.tar.xz bootstrap-ce18736cd81808d4fc352542fb8b0f337f83a617.zip | |
fix example css
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/examples/justified-nav/justified-nav.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/justified-nav/justified-nav.css b/docs/examples/justified-nav/justified-nav.css index 48ac07a9b..bd28e271e 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%; } |
