mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +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:
@@ -33,7 +33,7 @@
|
||||
box-shadow: inset 0 3px 6px rgba(0, 0, 0, .05);
|
||||
}
|
||||
// Echo out a label for the example
|
||||
.bs-example::after {
|
||||
.bs-example:after {
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
left: 15px;
|
||||
@@ -199,7 +199,7 @@
|
||||
.bs-navbar-top-example {
|
||||
padding-bottom: 45px;
|
||||
}
|
||||
.bs-navbar-top-example::after {
|
||||
.bs-navbar-top-example:after {
|
||||
top: auto;
|
||||
bottom: 15px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user