Begin pseudo elements with double colons

This commit is contained in:
gregoirenovel 2017-04-12 10:02:22 +02:00
parent 4b39e76c8a
commit 4f0de677ab

View file

@ -53,12 +53,12 @@ form {
overflow: hidden; overflow: hidden;
} }
#wrap:after { #wrap::after {
content: ""; content: "";
display: block; display: block;
} }
#footer, #wrap:after { #footer, #wrap::after {
height: 50px; height: 50px;
} }
@ -202,11 +202,11 @@ div.pagination {
right: 50px; right: 50px;
} }
#fconnect-access:before { #fconnect-access::before {
left: 22.7% !important; left: 22.7% !important;
} }
#fconnect-access:after { #fconnect-access::after {
left: 23% !important; left: 23% !important;
} }