Skip to content
This repository has been archived by the owner on Oct 28, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1295 from JoiNNN/removed-padding-metascores
Browse files Browse the repository at this point in the history
Fixed extra padding on metacritic score boxes
  • Loading branch information
jshackles authored Jan 29, 2017
2 parents 7116634 + 3526024 commit 24496d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/enhancedsteam.css
Original file line number Diff line number Diff line change
Expand Up @@ -2091,6 +2091,10 @@ input[type=checkbox].es_dlc_selection:checked + label {
#game_area_metascore.es_area_userscore .metacritic {
margin-top: -4px !important;
}
#game_area_metascore .score,
#game_area_userscore .score {
padding: 0 !important;
}

/***************************************
* Users profiles
Expand Down

0 comments on commit 24496d0

Please sign in to comment.