Plugin Directory

Changeset 744278


Ignore:
Timestamp:
07/22/2013 09:20:05 AM (13 years ago)
Author:
Crinsane
Message:

Fixed bug where the caption didn't span the full width of the slider

Location:
rg-slider/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • rg-slider/trunk/assets/css/coin-slider-styles.css

    r709096 r744278  
    1212.cs-active { background-color: #B8C4CF; color: #FFFFFF; }
    1313
    14 .cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }
     14.cs-title { width: 100%; padding: 10px; background-color: #000000; color: #FFFFFF; }
    1515
    16 .cs-prev, 
     16.cs-prev,
    1717.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }
    1818
  • rg-slider/trunk/readme.txt

    r736697 r744278  
    33Requires at least: 3.5
    44Tested up to: 3.5.2
    5 Stable tag: 1.2
     5Stable tag: 1.3
    66License: GPLv2
    77License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3838
    3939= 1.1 =
    40 * Fixed bug where pagination in list table didn't show
    41 * Fixed bug that prevented all slides to be loaded
     40* Fixed bug where pagination in list table didn't show.
     41* Fixed bug that prevented all slides to be loaded.
    4242
    4343= 1.2 =
    4444* Fixed bug where the editor on all pages was pushed over the slug buttons.
     45
     46= 1.3 =
     47* Fixed bug where the caption didn't span the full width of the slider.
  • rg-slider/trunk/rg-slider.php

    r736697 r744278  
    55Plugin URI: http://robgloudemans.nl/rg-slider
    66Description: A jQuery slideshow on your website/blog made easy
    7 Version: 1.2
     7Version: 1.3
    88Author: Rob Gloudemans
    99Author URI: http://robgloudemans.nl
Note: See TracChangeset for help on using the changeset viewer.