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
c77d4266
Commit
c77d4266
authored
12 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #5369 from amid2887/2.1.2-wip
Add missing icon class definition for navs.less
parents
da43c7c2
46764a71
1 merge request
!5450
Fixed copy and paste caused typo in CAROUSEL DATA-API
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/navs.less
+2
-1
less/navs.less
with
2 additions
and
1 deletion
+2
-1
less/navs.less
+
2
-
1
View file @
c77d4266
...
...
@@ -67,7 +67,8 @@
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
background-color: @linkColor;
}
.nav-list [class^="icon-"] {
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
margin-right: 2px;
}
// Dividers (basically an hr) within the dropdown
...
...
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