Plugin Directory

Changeset 706579


Ignore:
Timestamp:
05/01/2013 06:15:11 PM (13 years ago)
Author:
jhinson
Message:

fixing a small CSS issue that caused margin to be removed on the last update.

Location:
mybooks-for-authors
Files:
26 added
3 edited

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  
    44Plugin URI: http://outthinkgroup.com/mybooks
    55Description: 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
     6Version: 1.5.4.1
    77Author: Joseph Hinson of Out:think Group
    88Author URI: http://outthinkgroup.com
  • mybooks-for-authors/trunk/readme.txt

    r703082 r706579  
    44Requires at least: 3.1
    55Tested up to: 3.4.1
    6 Stable tag: 1.5.4
     6Stable tag: 1.5.4.1
    77License: GPLv2
    88
     
    4545
    4646== Changelog ==
     47= 1.5.4.1 =
     48* Fixed a css issue where some margin was removed on the buy links
     49
    4750= 1.5.4 =
    4851* 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.