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
a01d2f00
Commit
a01d2f00
authored
9 years ago
by
Bass Jobsen
Browse files
Options
Download
Email Patches
Plain Diff
add .nav-justified class
parent
470bb9c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/examples/justified-nav/justified-nav.css
+32
-10
docs/examples/justified-nav/justified-nav.css
with
32 additions
and
10 deletions
+32
-10
docs/examples/justified-nav/justified-nav.css
+
32
-
10
View file @
a01d2f00
...
...
@@ -19,6 +19,29 @@ body {
font-size
:
21px
;
}
/* add .nav-justified, see: https://github.com/twbs/bootstrap/issues/18653 */
.nav-justified
{
width
:
100%
;
}
.nav-item
{
float
:
none
;
}
.nav-link
{
text-align
:
center
;
margin-bottom
:
5px
;
width
:
100%
;
}
@media
(
min-width
:
768px
)
{
.nav-item
{
display
:
table-cell
;
width
:
1%
;
}
.nav-link
{
margin-bottom
:
0
;
}
}
/* Customize the nav-justified links to be fill the entire space of the .navbar */
.nav-justified
{
...
...
@@ -26,7 +49,7 @@ body {
border
:
1px
solid
#ccc
;
border-radius
:
5px
;
}
.nav-
justified
>
li
>
a
{
.nav-
link
{
padding-top
:
15px
;
padding-bottom
:
15px
;
margin-bottom
:
0
;
...
...
@@ -45,19 +68,18 @@ body {
background-repeat
:
repeat-x
;
/* Repeat the gradient */
border-bottom
:
1px
solid
#d5d5d5
;
}
.nav-
justified
>
.active
>
a
,
.nav-
justified
>
.active
>
a
:hover
,
.nav-
justified
>
.active
>
a
:focus
{
.nav-
link
.active
,
.nav-
link
.active
:hover
,
.nav-
link
.active
:focus
{
background-color
:
#ddd
;
background-image
:
none
;
-webkit-box-shadow
:
inset
0
3px
7px
rgba
(
0
,
0
,
0
,
.15
);
box-shadow
:
inset
0
3px
7px
rgba
(
0
,
0
,
0
,
.15
);
}
.nav-
justified
>
li
:first-child
>
a
{
.nav-
item
:first-child
.nav-link
{
border-radius
:
5px
5px
0
0
;
}
.nav-justified
>
li
:last-child
>
a
{
border-bottom
:
0
;
.nav-item
:last-child
.nav-link
{
border-radius
:
0
0
5px
5px
;
}
...
...
@@ -65,15 +87,15 @@ body {
.nav-justified
{
max-height
:
52px
;
}
.nav-
justified
>
li
>
a
{
.nav-
link
{
border-right
:
1px
solid
#d5d5d5
;
border-left
:
1px
solid
#fff
;
}
.nav-
justified
>
li
:first-child
>
a
{
.nav-
item
:first-child
.nav-link
{
border-left
:
0
;
border-radius
:
5px
0
0
5px
;
}
.nav-
justified
>
li
:last-child
>
a
{
.nav-
item
:last-child
.nav-link
{
border-right
:
0
;
border-radius
:
0
5px
5px
0
;
}
...
...
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