mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Change tense to imperative
Matches this comment with the commit messages and other comments.
This commit is contained in:
parent
a8e0679554
commit
8a881c78a1
@ -210,7 +210,7 @@ dd {
|
|||||||
|
|
||||||
// Abbreviations and acronyms
|
// Abbreviations and acronyms
|
||||||
abbr[title],
|
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] {
|
abbr[data-original-title] {
|
||||||
cursor: help;
|
cursor: help;
|
||||||
border-bottom: 1px dotted @abbr-border-color;
|
border-bottom: 1px dotted @abbr-border-color;
|
||||||
@ -238,7 +238,7 @@ blockquote {
|
|||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
color: @blockquote-small-color;
|
color: @blockquote-small-color;
|
||||||
&:before {
|
&:before {
|
||||||
content: '\2014 \00A0';// EM DASH, NBSP
|
content: '\2014 \00A0'; // EM DASH, NBSP
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -259,7 +259,7 @@ blockquote {
|
|||||||
content: '';
|
content: '';
|
||||||
}
|
}
|
||||||
&:after {
|
&:after {
|
||||||
content: '\00A0 \2014';// NBSP, EM DASH
|
content: '\00A0 \2014'; // NBSP, EM DASH
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user