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
e56c8094
Commit
e56c8094
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
refined navbar styles in docs
parent
7e674efa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/css/docs.css
+7
-1
docs/assets/css/docs.css
with
7 additions
and
1 deletion
+7
-1
docs/assets/css/docs.css
+
7
-
1
View file @
e56c8094
...
...
@@ -21,12 +21,18 @@ body {
.bs-docs-nav
{
background-color
:
#b94a48
;
}
.bs-docs-nav
.navbar-brand
,
.bs-docs-nav
.navbar-brand
{
color
:
#fff
;
}
.bs-docs-nav
.navbar-nav
>
li
>
a
{
color
:
#dfc9c8
;
}
.bs-docs-nav
.navbar-nav
>
li
>
a
:hover
{
color
:
#fff
;
}
.bs-docs-nav
.navbar-nav
>
.active
>
a
,
.bs-docs-nav
.navbar-nav
>
.active
>
a
:hover
{
color
:
#fff
;
background-color
:
#993c3a
;
}
.bs-docs-nav
.navbar-toggle
{
...
...
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