aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-01-06 14:07:13 -0800
committerMark Otto <[email protected]>2016-01-06 14:07:13 -0800
commitce18736cd81808d4fc352542fb8b0f337f83a617 (patch)
tree639960f2f3b752bec0f6fb9bb3d38f5a8b38707b /docs/examples
parent3da46631e778fad71eeabaf6a083e5990cc342f8 (diff)
downloadbootstrap-ce18736cd81808d4fc352542fb8b0f337f83a617.tar.xz
bootstrap-ce18736cd81808d4fc352542fb8b0f337f83a617.zip
fix example css
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/justified-nav/justified-nav.css6
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%;
}