Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ce18736c
Commit
ce18736c
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fix example css
parent
3da46631
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/justified-nav/justified-nav.css
+3
-3
docs/examples/justified-nav/justified-nav.css
with
3 additions
and
3 deletions
+3
-3
docs/examples/justified-nav/justified-nav.css
+
3
-
3
View file @
ce18736c
...
...
@@ -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%
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment