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
30376735
Commit
30376735
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #5874 from tacomanator/2.2.2-wip
fixes
#5873
: @navbarInverseBrandColor not used
parents
54486de8
c8856eef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+4
-0
docs/assets/css/bootstrap.css
less/navbar.less
+4
-0
less/navbar.less
with
8 additions
and
0 deletions
+8
-0
docs/assets/css/bootstrap.css
+
4
-
0
View file @
30376735
...
@@ -4678,6 +4678,10 @@ input[type="submit"].btn.btn-mini {
...
@@ -4678,6 +4678,10 @@ input[type="submit"].btn.btn-mini {
color
:
#ffffff
;
color
:
#ffffff
;
}
}
.navbar-inverse
.brand
{
color
:
#999999
;
}
.navbar-inverse
.navbar-text
{
.navbar-inverse
.navbar-text
{
color
:
#999999
;
color
:
#999999
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/navbar.less
+
4
-
0
View file @
30376735
...
@@ -394,6 +394,10 @@
...
@@ -394,6 +394,10 @@
}
}
}
}
.brand {
color: @navbarInverseBrandColor;
}
.navbar-text {
.navbar-text {
color: @navbarInverseText;
color: @navbarInverseText;
}
}
...
...
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