aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-29 12:41:42 -0700
committerChris Rebert <[email protected]>2013-10-29 12:41:42 -0700
commit77bf572cba342f69d66f75c9b1c42c2451dae32f (patch)
tree6f5cf03c28efe0dfee0eff9e06bb002769435a3b
parenta8e0679554a1e3a34a8bce52f0b9e44a3c540c9a (diff)
parent8a881c78a10892102d3b303e9fc19b23f9039a91 (diff)
downloadbootstrap-77bf572cba342f69d66f75c9b1c42c2451dae32f.tar.xz
bootstrap-77bf572cba342f69d66f75c9b1c42c2451dae32f.zip
Merge pull request #11278 from ZDroid/patch-1
Change tense to imperative
-rw-r--r--less/type.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/type.less b/less/type.less
index c01a6fe0c..437c70b76 100644
--- a/less/type.less
+++ b/less/type.less
@@ -210,7 +210,7 @@ dd {
// Abbreviations and acronyms
abbr[title],
-// Added data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
+// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted @abbr-border-color;
@@ -238,7 +238,7 @@ blockquote {
line-height: @line-height-base;
color: @blockquote-small-color;
&:before {
- content: '\2014 \00A0';// EM DASH, NBSP
+ content: '\2014 \00A0'; // EM DASH, NBSP
}
}
@@ -259,7 +259,7 @@ blockquote {
content: '';
}
&:after {
- content: '\00A0 \2014';// NBSP, EM DASH
+ content: '\00A0 \2014'; // NBSP, EM DASH
}
}
}