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
a4b8cc2a
Commit
a4b8cc2a
authored
13 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
darken active state on subnav with scrollspy added
parent
e24bd40b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/css/docs.css
+2
-4
docs/assets/css/docs.css
with
2 additions
and
4 deletions
+2
-4
docs/assets/css/docs.css
+
2
-
4
View file @
a4b8cc2a
...
...
@@ -132,6 +132,7 @@ section {
.subnav
{
width
:
100%
;
height
:
36px
;
overflow
:
hidden
;
background-color
:
#eeeeee
;
/* Old browsers */
background-repeat
:
repeat-x
;
/* Repeat the gradient */
background-image
:
-moz-linear-gradient
(
top
,
#f5f5f5
0%
,
#eeeeee
100%
);
/* FF3.6+ */
...
...
@@ -167,13 +168,10 @@ section {
color
:
#333
;
}
.subnav
.nav
.active
a
{
background-color
:
#e
ee
;
background-color
:
#e
5e5e5
;
}
.subnav
.nav
li
:first-child
a
{
border-left
:
0
;
-webkit-border-radius
:
4px
0
0
4px
;
-moz-border-radius
:
4px
0
0
4px
;
border-radius
:
4px
0
0
4px
;
}
.subnav
.nav
li
:last-child
a
{
border-right
:
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