Plugin Directory

Changeset 1601728


Ignore:
Timestamp:
02/22/2017 11:38:31 PM (9 years ago)
Author:
Methodos
Message:

Added float clearing

Location:
indent-lists-button/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • indent-lists-button/trunk/ili-indent-lists-button.php

    r1587726 r1601728  
    22/*
    33 * Plugin Name: Indent Lists Button
    4  * Version: 0.1.31
     4 * Version: 0.1.32
    55 * Plugin URI: http://www.elisewebredactie.nl/indent-lists-button
    66 * Author: Klaas van der Linden
     
    1818    function __construct(){
    1919        $this->url = plugin_dir_url ( __FILE__ );
    20         $this->css = '.ili-indent{padding-left:40px;}';
     20        $this->css = '.ili-indent{padding-left:40px;overflow:hidden}';
    2121        add_action ( 'plugins_loaded', array($this,'load_plugin_textdomain') );
    2222        add_action ( 'init', array($this,'init') );
  • indent-lists-button/trunk/readme.txt

    r1587744 r1601728  
    55Requires at least: 3.0.1
    66Tested up to: 4.7.2
    7 Stable tag: 0.1.3
     7Stable tag: 0.1.32
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4545
    4646== Changelog ==
     47
     48= 0.1.32 (2017-02-23) =
     49
     50* Minor adjustment; added style rule to clear floats
    4751
    4852= 0.1.31 (2017-01-17) =
Note: See TracChangeset for help on using the changeset viewer.