Skip to content

Commit

Permalink
version beta
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriosouza committed Apr 10, 2015
1 parent a4d9322 commit ff28598
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Binary file added banner-1544x500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added banner-772x250.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 8 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,36 +49,36 @@ li.service.share-whatsapp span:before {

/* Official Button */
.sd-social-official .sd-content li.share-whatsapp .whatsapp_button {
whatsapp-height:20px;
line-height:20px;
}

.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a {
height: 20px;
display: inwhatsapp-block;
display: inline-block;
background-repeat: no-repeat;
background-position:center;
}

.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.en {
width: 78px;
width: 68px;
background-image: url("images/rectangle-en.png");
background-image:image-set(url("images/rectangle-en.png") 1x, url("images/[email protected]") 2x);
background-image:-webkit-image-set(url("images/rectangle-en.png") 1x, url("images/[email protected]") 2x);
background-size: 78px 20px;
background-size: 68px 20px;
}

.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.ja {
width: 82px;
width: 68px;
background-image: url("images/rectangle-ja.png");
background-image:image-set(url("images/rectangle-ja.png") 1x, url("images/[email protected]") 2x);
background-image:-webkit-image-set(url("images/rectangle-ja.png") 1x, url("images/[email protected]") 2x);
background-size: 82px 20px;
background-size: 68px 20px;
}

.sd-social-official .sd-content li.share-whatsapp .whatsapp_button a.zh-hant {
width: 84px;
width: 68px;
background-image: url("images/rectangle-zh-hant.png");
background-image:image-set(url("images/rectangle-zh-hant.png") 1x, url("images/[email protected]") 2x);
background-image:-webkit-image-set(url("images/rectangle-zh-hant.png") 1x, url("images/[email protected]") 2x);
background-size: 84px 20px;
background-size: 68px 20px;
}

0 comments on commit ff28598

Please sign in to comment.