add comments to gloss Unicode codepoint hex

This commit is contained in:
Chris Rebert 2013-07-18 11:49:39 -07:00
parent b372661a17
commit 86efc140e2
2 changed files with 4 additions and 4 deletions

View file

@ -115,12 +115,12 @@
// Non-glyphicon toggles
.icon-prev {
&:before {
content: '\2039';
content: '\2039';// SINGLE LEFT-POINTING ANGLE QUOTATION MARK (U+2039)
}
}
.icon-next {
&:before {
content: '\203a';
content: '\203a';// SINGLE RIGHT-POINTING ANGLE QUOTATION MARK (U+203A)
}
}
}