Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
d4cb7077
Commit
d4cb7077
authored
Jan 18, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mo betta justified nav
parent
604f76dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
docs/examples/justified-nav.html
docs/examples/justified-nav.html
+12
-0
No files found.
docs/examples/justified-nav.html
View file @
d4cb7077
...
@@ -72,6 +72,7 @@
...
@@ -72,6 +72,7 @@
max-height
:
50px
;
max-height
:
50px
;
background-color
:
#eee
;
background-color
:
#eee
;
border-radius
:
5px
;
border-radius
:
5px
;
border
:
1px
solid
#ccc
;
}
}
.nav-justified
li
a
{
.nav-justified
li
a
{
padding-top
:
15px
;
padding-top
:
15px
;
...
@@ -81,9 +82,20 @@
...
@@ -81,9 +82,20 @@
text-align
:
center
;
text-align
:
center
;
border-left
:
1px
solid
rgba
(
255
,
255
,
255
,
.75
);
border-left
:
1px
solid
rgba
(
255
,
255
,
255
,
.75
);
border-right
:
1px
solid
rgba
(
0
,
0
,
0
,
.1
);
border-right
:
1px
solid
rgba
(
0
,
0
,
0
,
.1
);
background-color
:
#e5e5e5
;
/* Old browsers */
background-repeat
:
repeat-x
;
/* Repeat the gradient */
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
/* FF3.6+ */
background-image
:
-webkit-gradient
(
linear
,
left
top
,
left
bottom
,
color-stop
(
0%
,
#f5f5f5
),
color-stop
(
100%
,
#e5e5e5
));
/* Chrome,Safari4+ */
background-image
:
-webkit-linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
/* Chrome 10+,Safari 5.1+ */
background-image
:
-ms-linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
/* IE10+ */
background-image
:
-o-linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
/* Opera 11.10+ */
filter
:
progid
:
DXImageTransform
.
Microsoft
.
gradient
(
startColorstr
=
'#f5f5f5'
,
endColorstr
=
'#e5e5e5'
,
GradientType
=
0
);
/* IE6-9 */
background-image
:
linear-gradient
(
top
,
#f5f5f5
0%
,
#e5e5e5
100%
);
/* W3C */
}
}
.nav-justified
.active
a
{
.nav-justified
.active
a
{
background-color
:
#ddd
;
background-color
:
#ddd
;
background-image
:
none
;
box-shadow
:
inset
0
3px
7px
rgba
(
0
,
0
,
0
,
.15
);
}
}
.nav-justified
li
:first-child
a
{
.nav-justified
li
:first-child
a
{
border-left
:
0
;
border-left
:
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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