Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
reverted latest pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
kris committed Nov 30, 2014
1 parent 2a3e295 commit bd31c8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/whatsapp-button.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/button.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
/**
* WhatsApp Sharing Button
* https://github.com/kriskbx/whatsapp-sharing/
*
*
* Copyright (c) 2014 by Kris Siepert, John Brüggemann, Daniel Stopp
* http://kris.cool - http://keksbox.com - http://odiumediae.de
* Licensed under the MIT license.
*/


body,html {
padding: 0;
Expand All @@ -18,7 +18,7 @@ body,html {
.wa_btn {
background-image: url('button.svg');
border: 1px solid rgba(0, 0, 0, 0.1);
display: inline-block;
display: inline-block !important;
position: relative;
font-family: Arial,sans-serif;
letter-spacing: .4px;
Expand All @@ -27,7 +27,7 @@ body,html {
text-transform: none;
color: #fff;
border-radius: 2px;
background-color: #5cbe4a;
background-color: #5cbe4a;
background-repeat: no-repeat;
line-height: 1.2;
text-decoration: none;
Expand Down

0 comments on commit bd31c8a

Please sign in to comment.