From 86efc140e2e245d134a8a6794fbe27bfb71abe3f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 18 Jul 2013 11:49:39 -0700 Subject: add comments to gloss Unicode codepoint hex --- less/carousel.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'less/carousel.less') diff --git a/less/carousel.less b/less/carousel.less index 40d7e277e..7dc129af4 100644 --- a/less/carousel.less +++ b/less/carousel.less @@ -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) } } } -- cgit v1.2.3