mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
add comments to gloss Unicode codepoint hex
This commit is contained in:
+2
-2
@@ -192,7 +192,7 @@ blockquote {
|
||||
line-height: @line-height-base;
|
||||
color: @gray-light;
|
||||
&:before {
|
||||
content: '\2014 \00A0';
|
||||
content: '\2014 \00A0';// EM DASH, NBSP
|
||||
}
|
||||
}
|
||||
|
||||
@@ -212,7 +212,7 @@ blockquote {
|
||||
content: '';
|
||||
}
|
||||
&:after {
|
||||
content: '\00A0 \2014';
|
||||
content: '\00A0 \2014';// NBSP, EM DASH
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user