Skip to content

Commit

Permalink
Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
ozdemirburak committed May 6, 2016
1 parent 1c39d88 commit cb18d71
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 13 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "1.2.1",
"version": "1.2.2",
"homepage": "http://github.com/ozdemirburak/jquery-floating-social-share",
"authors": [
"Burak Ozdemir <https://github.com/ozdemirburak>"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.floating-social-share.min.css

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-floating-social-share",
"version": "1.2.1",
"version": "1.2.2",
"description": "social media share buttons with counters",
"main": [
"dist/jquery-floating-social-share.min.js",
Expand Down
14 changes: 5 additions & 9 deletions src/jquery.floating-social-share.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,22 @@
/*!
* jQuery Floating Social Share Plugin v1.2.1
* jQuery Floating Social Share Plugin v1.2.2
* http://burakozdemir.co.uk
* Burak Ozdemir - <https://github.com/ozdemirburak>
* Released under the MIT license
*/

* {
box-sizing: border-box;
}

#floatingSocialShare {
position: relative;
}

#floatingSocialShare a {
position: relative;
width: 48px;
height: 48px;
line-height: 24px;
width: 45px;
height: 30px;
line-height: 20px;
padding: 8px 0;
display:list-item;
list-style-type: none;
padding: 5px 0;
text-align: center;
color: #fff;
}
Expand Down
2 changes: 1 addition & 1 deletion src/jquery.floating-social-share.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* jQuery Floating Social Share Plugin v1.2.1
* jQuery Floating Social Share Plugin v1.2.2
* http://burakozdemir.co.uk
* Burak Ozdemir - <https://github.com/ozdemirburak>
* Released under the MIT license
Expand Down

0 comments on commit cb18d71

Please sign in to comment.