Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
7 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8339
Fix broken links to navbar component in docs examples
,
!8157
Close Me: Docs "Customize and Download" button fix
,
!7964
commit fixes #7792
,
!8656
Added rel="stylesheet" to CDN-Examples
,
!8527
Inner properties move 1
,
!8245
Interactive color picker - Closed: request against wrong branch
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 {
...
@@ -21,12 +21,18 @@ body {
.bs-docs-nav
{
.bs-docs-nav
{
background-color
:
#b94a48
;
background-color
:
#b94a48
;
}
}
.bs-docs-nav
.navbar-brand
,
.bs-docs-nav
.navbar-brand
{
color
:
#fff
;
}
.bs-docs-nav
.navbar-nav
>
li
>
a
{
.bs-docs-nav
.navbar-nav
>
li
>
a
{
color
:
#dfc9c8
;
}
.bs-docs-nav
.navbar-nav
>
li
>
a
:hover
{
color
:
#fff
;
color
:
#fff
;
}
}
.bs-docs-nav
.navbar-nav
>
.active
>
a
,
.bs-docs-nav
.navbar-nav
>
.active
>
a
,
.bs-docs-nav
.navbar-nav
>
.active
>
a
:hover
{
.bs-docs-nav
.navbar-nav
>
.active
>
a
:hover
{
color
:
#fff
;
background-color
:
#993c3a
;
background-color
:
#993c3a
;
}
}
.bs-docs-nav
.navbar-toggle
{
.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
Menu
Explore
Projects
Groups
Snippets