Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
db0e0aae
Commit
db0e0aae
authored
Mar 31, 2014
by
Thomas Park
Browse files
style badge in navbar, fixes #241
parent
eb7d6f9a
Changes
42
Expand all
Show whitespace changes
Inline
Side-by-side
united/bootstrap.min.css
View file @
db0e0aae
This diff is collapsed.
Click to expand it.
united/bootswatch.less
View file @
db0e0aae
...
...
@@ -6,6 +6,25 @@
// Navbar =====================================================================
.navbar {
&-default {
.badge {
background-color: #fff;
color: @navbar-default-bg;
}
}
&-inverse {
.badge {
background-color: #fff;
color: @navbar-inverse-bg;
}
}
}
// Buttons ====================================================================
// Typography =================================================================
...
...
Prev
1
2
3
Next
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