Skip to content

Commit

Permalink
Correct pseudo-elements syntax (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
electerious authored and leo committed Feb 5, 2017
1 parent 4c3e648 commit f5a863c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ h1 a {
border-bottom: 1px dashed transparent;
}

h1 a:after {
h1 a::after {
content: '/';
}

Expand Down Expand Up @@ -72,7 +72,7 @@ ul a {
text-overflow: ellipsis;
}

ul a:before {
ul a::before {
content: '\f016';
font-family: FontAwesome;
display: inline-block;
Expand All @@ -88,7 +88,7 @@ ul a[class=''] + i {
display: none;
}

ul a[class='']:before {
ul a[class='']::before {
content: '\f114';
font-size: 14px;
}
Expand Down

0 comments on commit f5a863c

Please sign in to comment.