2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Go back to single colon pseudo elements.

This is for backwards compatibility with the browsers we support in v3.
This commit is contained in:
XhmikosR
2018-09-21 22:07:32 +03:00
parent bfc052ad5a
commit 37a2534c8e
13 changed files with 296 additions and 295 deletions
+3 -3
View File
@@ -261,7 +261,7 @@ blockquote {
line-height: @line-height-base;
color: @blockquote-small-color;
&::before {
&:before {
content: "\2014 \00A0"; // em dash, nbsp
}
}
@@ -282,8 +282,8 @@ blockquote.pull-right {
footer,
small,
.small {
&::before { content: ""; }
&::after {
&:before { content: ""; }
&:after {
content: "\00A0 \2014"; // nbsp, em dash
}
}