WP Social Bookmarking Light - Version 1.4.3

Version Description

  • Bug fix: img style.
Download this release

Release Info

Developer utahvich
Plugin Icon wp plugin WP Social Bookmarking Light
Version 1.4.3
Comparing to
See all releases

Code changes from version 1.4.2 to 1.4.3

Files changed (2) hide show
  1. readme.txt +4 -1
  2. wp-social-bookmarking-light.php +2 -2
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.ninxit.com/blog/
4
  Tags: links, social, bookmarks, bookmarking, Hatena, Livedoor Clip, BuzzURL, @nifty clip, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Yahoo!JAPAN Bookmark, Yahoo!Buzz, Google Bookmark, Delicious, Digg, FriendFeed, Google Buzz, Facebook, reddit, LinkedIn, Evernote, Instapaper, StumbleUpon
5
  Requires at least: 2.9.0
6
  Tested up to: 3.0.1
7
- Stable tag: 1.4.2
8
 
9
  This plugin inserts social share links at the top or bottom of each post.
10
 
@@ -51,6 +51,9 @@ This is the list of used social sites:
51
 
52
  == Changelog ==
53
 
 
 
 
54
  = 1.4.2 =
55
  * Bug fix: the icon for evernote not displayed on IE.
56
 
4
  Tags: links, social, bookmarks, bookmarking, Hatena, Livedoor Clip, BuzzURL, @nifty clip, Twitter, Tumblr, FC2 Bookmark, newsing, Choix, Yahoo!JAPAN Bookmark, Yahoo!Buzz, Google Bookmark, Delicious, Digg, FriendFeed, Google Buzz, Facebook, reddit, LinkedIn, Evernote, Instapaper, StumbleUpon
5
  Requires at least: 2.9.0
6
  Tested up to: 3.0.1
7
+ Stable tag: 1.4.3
8
 
9
  This plugin inserts social share links at the top or bottom of each post.
10
 
51
 
52
  == Changelog ==
53
 
54
+ = 1.4.3 =
55
+ * Bug fix: img style.
56
+
57
  = 1.4.2 =
58
  * Bug fix: the icon for evernote not displayed on IE.
59
 
wp-social-bookmarking-light.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.ninxit.com/blog/2010/06/13/wp-social-bookmarking-light/
5
  Description: This plugin inserts social share links at the top or bottom of each post.
6
  Author: utahta
7
  Author URI: http://www.ninxit.com/blog/
8
- Version: 1.4.2
9
  */
10
  /*
11
  Copyright 2010 utahta (email : labs.ninxit@gmail.com)
@@ -399,7 +399,7 @@ function wp_social_bookmarking_light_wp_head()
399
  ul.wp_social_bookmarking_light{list-style:none !important;border:0 !important;padding:0;margin:0;}
400
  ul.wp_social_bookmarking_light li{float:left !important;border:0 !important;padding:0 4px 0 0 !important;margin:0 !important;height:17px !important;text-indent:0 !important;}
401
  ul.wp_social_bookmarking_light li:before{content:"" !important;}
402
- ul.wp_social_bookmarking_light img{border:0 !important;padding:0;margin:0;}
403
  .wp_social_bookmarking_light_clear{clear:both !important;}
404
  a.wp_social_bookmarking_light_instapaper {display: inline-block;font-family: 'Lucida Grande', Verdana, sans-serif;font-weight: bold;font-size: 11px;-webkit-border-radius: 8px;-moz-border-radius: 8px;color: #fff;background-color: #626262;border: 1px solid #626262;padding: 0px 3px 0px;text-shadow: #3b3b3b 1px 1px 0px;min-width: 62px;text-align: center;vertical-align: top;line-height:17px;}
405
  a.wp_social_bookmarking_light_instapaper, a.wp_social_bookmarking_light_instapaper:hover, a.wp_social_bookmarking_light_instapaper:active, a.wp_social_bookmarking_light_instapaper:visited {color: #fff; text-decoration: none; outline: none;}
5
  Description: This plugin inserts social share links at the top or bottom of each post.
6
  Author: utahta
7
  Author URI: http://www.ninxit.com/blog/
8
+ Version: 1.4.3
9
  */
10
  /*
11
  Copyright 2010 utahta (email : labs.ninxit@gmail.com)
399
  ul.wp_social_bookmarking_light{list-style:none !important;border:0 !important;padding:0;margin:0;}
400
  ul.wp_social_bookmarking_light li{float:left !important;border:0 !important;padding:0 4px 0 0 !important;margin:0 !important;height:17px !important;text-indent:0 !important;}
401
  ul.wp_social_bookmarking_light li:before{content:"" !important;}
402
+ ul.wp_social_bookmarking_light img{border:0 !important;padding:0;margin:0;vertical-align:baseline !important;}
403
  .wp_social_bookmarking_light_clear{clear:both !important;}
404
  a.wp_social_bookmarking_light_instapaper {display: inline-block;font-family: 'Lucida Grande', Verdana, sans-serif;font-weight: bold;font-size: 11px;-webkit-border-radius: 8px;-moz-border-radius: 8px;color: #fff;background-color: #626262;border: 1px solid #626262;padding: 0px 3px 0px;text-shadow: #3b3b3b 1px 1px 0px;min-width: 62px;text-align: center;vertical-align: top;line-height:17px;}
405
  a.wp_social_bookmarking_light_instapaper, a.wp_social_bookmarking_light_instapaper:hover, a.wp_social_bookmarking_light_instapaper:active, a.wp_social_bookmarking_light_instapaper:visited {color: #fff; text-decoration: none; outline: none;}