passage des :before/:after en ::before/::after

This commit is contained in:
raphaelgoettter 2015-03-30 09:34:07 +02:00
parent 788272745c
commit 285764c5f9
8 changed files with 15 additions and 15 deletions

View file

@ -49,7 +49,7 @@ blockquote {
padding-left: 3em;
}
blockquote:before {
blockquote::before {
content: "\201C";
position: absolute;
left: 0;
@ -66,7 +66,7 @@ blockquote > footer {
color: rgba(0, 0, 0, .7);
}
blockquote > footer:before {
blockquote > footer::before {
content: "\2014 \0020";
}