Skip to content

Commit

Permalink
Use :after instead of ::after. Fixes twitter#1
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Jan 31, 2012
1 parent 921c68e commit 08188e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions assets/style.css
Expand Up @@ -173,7 +173,7 @@ li.repo h3 {
color: #999;
}

.repo::after {
.repo:after {
content: '';
position: absolute;
right: 0;
Expand All @@ -186,23 +186,23 @@ li.repo h3 {
pointer-events: none;
}

.repo.javascript::after {
.repo.javascript:after {
border-right-color: #333;
}

.repo.scala::after {
.repo.scala:after {
border-right-color: #7ac9de;
}

.repo.ruby::after {
.repo.ruby:after {
border-right-color: #cc1100;
}

.repo.java::after {
.repo.java:after {
border-right-color: #cc8300;
}

.repo.python::after {
.repo.python:after {
border-right-color: #6aad2d;
}

Expand Down

0 comments on commit 08188e0

Please sign in to comment.