Merge pull request #11278 from ZDroid/patch-1

Change tense to imperative
This commit is contained in:
Chris Rebert 2013-10-29 12:41:42 -07:00
commit 77bf572cba
1 changed files with 3 additions and 3 deletions

View File

@ -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
}
}
}