aboutsummaryrefslogtreecommitdiff
path: root/less/type.less
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-07-18 11:49:39 -0700
committerChris Rebert <[email protected]>2013-07-18 11:49:39 -0700
commit86efc140e2e245d134a8a6794fbe27bfb71abe3f (patch)
tree8f86731f8494a484d71da29fc2e86f08d512ec38 /less/type.less
parentb372661a17bf88671450694573d64d08a0fd7ff5 (diff)
downloadbootstrap-86efc140e2e245d134a8a6794fbe27bfb71abe3f.tar.xz
bootstrap-86efc140e2e245d134a8a6794fbe27bfb71abe3f.zip
add comments to gloss Unicode codepoint hex
Diffstat (limited to 'less/type.less')
-rw-r--r--less/type.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/less/type.less b/less/type.less
index a9a7e189f..9986124dc 100644
--- a/less/type.less
+++ b/less/type.less
@@ -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
}
}
}