Skip to content

Commit

Permalink
Fix invalid CSS and remove unused rule
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-horse committed May 5, 2016
1 parent 8f66f6c commit bb8e4a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions css/downloads.css
Expand Up @@ -24,7 +24,7 @@ ul.downloads li.link a {

span.daily_provider {
display: block;
font-size: 90;
font-size: 90%;
padding-left: 3em;
}

Expand Down Expand Up @@ -68,4 +68,4 @@ span.daily_provider {
#downloadDetails {
padding-left: 3px;
color: white;
}
}
6 changes: 0 additions & 6 deletions css/games.css
Expand Up @@ -21,9 +21,3 @@ ul.downloads li.link a {
color: rgb(170, 51, 51);
text-decoration: underline;
}

span.daily_provider {
display: block;
font-size: 90;
padding-left: 3em;
}

0 comments on commit bb8e4a8

Please sign in to comment.