Changeset 706579
- Timestamp:
- 05/01/2013 06:15:11 PM (13 years ago)
- Location:
- mybooks-for-authors
- Files:
-
- 26 added
- 3 edited
-
tags/1.5.4.1 (added)
-
tags/1.5.4.1/css (added)
-
tags/1.5.4.1/css/ot-book-styles.css (added)
-
tags/1.5.4.1/images (added)
-
tags/1.5.4.1/images/icon-amazon.png (added)
-
tags/1.5.4.1/images/icon-audible.png (added)
-
tags/1.5.4.1/images/icon-bam.png (added)
-
tags/1.5.4.1/images/icon-barnes.png (added)
-
tags/1.5.4.1/images/icon-borders.png (added)
-
tags/1.5.4.1/images/icon-ceoread.png (added)
-
tags/1.5.4.1/images/icon-ibooks.png (added)
-
tags/1.5.4.1/images/icon-indie.png (added)
-
tags/1.5.4.1/images/icon-itunes.png (added)
-
tags/1.5.4.1/images/icon-powells.png (added)
-
tags/1.5.4.1/images/icon-wiley.png (added)
-
tags/1.5.4.1/js (added)
-
tags/1.5.4.1/js/jquery.cycle.all.min.js (added)
-
tags/1.5.4.1/js/ot-setup.js (added)
-
tags/1.5.4.1/mybooks.php (added)
-
tags/1.5.4.1/ot-book-content.php (added)
-
tags/1.5.4.1/ot-book-meta.php (added)
-
tags/1.5.4.1/ot-book-options.php (added)
-
tags/1.5.4.1/ot-book-shortcodes.php (added)
-
tags/1.5.4.1/ot-book-widget.php (added)
-
tags/1.5.4.1/ot-functions.php (added)
-
tags/1.5.4.1/readme.txt (added)
-
trunk/css/ot-book-styles.css (modified) (1 diff)
-
trunk/mybooks.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mybooks-for-authors/trunk/css/ot-book-styles.css
r576753 r706579 1 .book-content { 2 float: left; 3 margin-right: 20px; 4 margin-bottom: 15px; 5 } 6 .bookimg { 7 8 } 9 .clr { 10 11 } 12 .book-wrapper { 13 14 } 15 .books-text { 16 margin-bottom:12px; 17 } 18 .attachment-book-thumb { 19 20 } 21 .booktitle { 22 font-size: 1.3em; 23 line-height: 1.25em; 24 margin-bottom:0.25em; 25 } 26 .subtitle { 27 font-size: 1.1em; 28 line-height: 1.2em; 29 } 30 .store-links a { 31 } 32 .store-links { 33 padding-bottom:2px; 34 } 35 .clr { 36 37 } 38 .booklinks { 39 padding: 5px 5px 0 5px; 40 clear: both; 41 border-top: 3px double #DDD; 42 border-bottom: 3px double #DDD; 43 } 44 .booklinks img { 45 padding: 5px; 46 } 47 .buy-book-text { 48 padding-left:5px; 49 } 50 .order-book {} 1 .book-content{float:left;margin-right:20px;margin-bottom:15px;} 2 .books-text{margin-bottom:12px;} 3 .booktitle{font-size:1.3em;line-height:1.25em;margin-bottom:0.25em;} 4 .subtitle{font-size:1.1em;line-height:1.2em;} 5 .store-links{padding-bottom:2px;} 6 .booklinks{padding:5px 5px 0 5px;clear:both;border-top:3px double #DDD;border-bottom:3px double #DDD;} 7 .bookseller-links img{padding:5px;} 8 .buy-book-text{padding-left:5px;} -
mybooks-for-authors/trunk/mybooks.php
r703079 r706579 4 4 Plugin URI: http://outthinkgroup.com/mybooks 5 5 Description: This plugin gives authors the ability to easily add books to their blog, complete with buy links, optional sidebar blocks, and shortcodes to be used elsewhere. Install the plugin, activate, and you're done! 6 Version: 1.5.4 6 Version: 1.5.4.1 7 7 Author: Joseph Hinson of Out:think Group 8 8 Author URI: http://outthinkgroup.com -
mybooks-for-authors/trunk/readme.txt
r703082 r706579 4 4 Requires at least: 3.1 5 5 Tested up to: 3.4.1 6 Stable tag: 1.5.4 6 Stable tag: 1.5.4.1 7 7 License: GPLv2 8 8 … … 45 45 46 46 == Changelog == 47 = 1.5.4.1 = 48 * Fixed a css issue where some margin was removed on the buy links 49 47 50 = 1.5.4 = 48 51 * Added an advanced feature to turn off the buttons and allow for custom CSS styling of links for buy buttons
Note: See TracChangeset
for help on using the changeset viewer.