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:
+3
-3
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user