Skip to content

Commit

Permalink
I guess I don't know how to do it. fix later
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeGermuska committed Nov 17, 2017
1 parent 4a018b9 commit 836e22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/select.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
background-image: url("{{STATIC_URL}}img/google/1x/btn_google_signin_dark_pressed_web.png");
}

@media
/*@media
(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
#entry_login {
background-image: url("{{STATIC_URL}}img/google/2x/[email protected]");
Expand All @@ -53,7 +53,7 @@
#entry_login:active {
background-image: url("{{STATIC_URL}}img/google/2x/[email protected]");
}
}
}*/


</style>
Expand Down

0 comments on commit 836e22d

Please sign in to comment.