Plugin Directory

Changeset 1085312


Ignore:
Timestamp:
02/09/2015 05:14:08 AM (11 years ago)
Author:
petroffm
Message:

Improve theme support (and add screenshot).

Location:
collapsed-archives
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • collapsed-archives/trunk/collapsed-archives.php

    r1057630 r1085312  
    44Plugin URI: https://github.com/mpetroff/collapsed-archives-wp
    55Description: Adds a widget to display archive links using purely CSS-based collapsing.
    6 Version: 1.0
     6Version: 1.1
    77Author: Matthew Petroff
    88Author URI: http://mpetroff.net/
  • collapsed-archives/trunk/readme.txt

    r1057630 r1085312  
    44Requires at least: 2.8
    55Tested up to: 4.1
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1919* Choice of either +/- or arrows to indicate expansion
    2020* Choice between displaying archive links in reverse chronological order or chronological order
     21
     22= 1.1 (2015-02-09) =
     23* Improved theme support
    2124
    2225= 1.0 (2014-12-30) =
     
    4447
    4548
     49== Screenshots ==
     50
     511. Example archives list
     52
     53
    4654== Changelog ==
     55
     56= 1.1 (2015-02-09) =
     57* Improved theme support
    4758
    4859= 1.0 (2014-12-30) =
  • collapsed-archives/trunk/style.css

    r1057630 r1085312  
    3636    cursor: pointer;
    3737}
     38.collapsed-archives label {
     39    display:inline;
     40}
    3841
    3942/* Toggled content */
Note: See TracChangeset for help on using the changeset viewer.