Changeset 1085312
- Timestamp:
- 02/09/2015 05:14:08 AM (11 years ago)
- Location:
- collapsed-archives
- Files:
-
- 1 added
- 3 edited
-
assets/screenshot-1.gif (added)
-
trunk/collapsed-archives.php (modified) (1 diff)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/style.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
collapsed-archives/trunk/collapsed-archives.php
r1057630 r1085312 4 4 Plugin URI: https://github.com/mpetroff/collapsed-archives-wp 5 5 Description: Adds a widget to display archive links using purely CSS-based collapsing. 6 Version: 1. 06 Version: 1.1 7 7 Author: Matthew Petroff 8 8 Author URI: http://mpetroff.net/ -
collapsed-archives/trunk/readme.txt
r1057630 r1085312 4 4 Requires at least: 2.8 5 5 Tested up to: 4.1 6 Stable tag: 1. 06 Stable tag: 1.1 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 19 19 * Choice of either +/- or arrows to indicate expansion 20 20 * Choice between displaying archive links in reverse chronological order or chronological order 21 22 = 1.1 (2015-02-09) = 23 * Improved theme support 21 24 22 25 = 1.0 (2014-12-30) = … … 44 47 45 48 49 == Screenshots == 50 51 1. Example archives list 52 53 46 54 == Changelog == 55 56 = 1.1 (2015-02-09) = 57 * Improved theme support 47 58 48 59 = 1.0 (2014-12-30) = -
collapsed-archives/trunk/style.css
r1057630 r1085312 36 36 cursor: pointer; 37 37 } 38 .collapsed-archives label { 39 display:inline; 40 } 38 41 39 42 /* Toggled content */
Note: See TracChangeset
for help on using the changeset viewer.