Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
dbakti7 committed Nov 8, 2016
2 parents a4b7f86 + 40819f5 commit 80867ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,22 +410,22 @@ select {

img.subscribeButton {
content: url('/images/fb.png');
height: 50px;
height: 60px;
}

img.subscribeButton:hover {
content: url('/images/fb_hover.png');
height: 50px;
height: 60px;
}

img.followButton {
content: url('images/twitter.png');
height:50px;
height:60px;
}

img.followButton:hover {
content: url('images/twitter_hover.png');
height:50px;
height:60px;
}

.subscribe {
Expand Down

0 comments on commit 80867ea

Please sign in to comment.