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
f300f03f
Commit
f300f03f
authored
9 years ago
by
Patrick H. Lauke
Browse files
Options
Download
Plain Diff
Merge pull request #16718 from deniss-muhla/patch-1
Expand ISO in CSS codes for asterisk and plus
parents
d2d77841
a047eab5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/glyphicons.less
+2
-2
less/glyphicons.less
with
2 additions
and
2 deletions
+2
-2
less/glyphicons.less
+
2
-
2
View file @
f300f03f
...
...
@@ -32,8 +32,8 @@
}
// Individual icons
.glyphicon-asterisk { &:before { content: "\2a"; } }
.glyphicon-plus { &:before { content: "\2b"; } }
.glyphicon-asterisk { &:before { content: "\
00
2a"; } }
.glyphicon-plus { &:before { content: "\
00
2b"; } }
.glyphicon-euro,
.glyphicon-eur { &:before { content: "\20ac"; } }
.glyphicon-minus { &:before { content: "\2212"; } }
...
...
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