Plugin Directory

Changeset 1445425


Ignore:
Timestamp:
06/29/2016 04:50:02 AM (10 years ago)
Author:
MalteseSolutions
Message:

fixed css error

Location:
fireems-stats/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • fireems-stats/trunk/fireems-stats.php

    r1378271 r1445425  
    44Plugin URI: http://www.maltesesolutions.com
    55Description: This plugin will display your Fire/EMS Stats.
    6 Version: 1.2.2
     6Version: 1.2.3
    77Author: Maltese Solutions
    88Author URI: http://www.maltesesolutions.com
     
    1010*/
    1111
    12 define('FIREEMS_VERSION', '1.2.1'); //since 1.2.1
     12define('FIREEMS_VERSION', '1.2.3'); //since 1.2.1
    1313define('FIREEMS_PATH',  plugin_dir_path( __FILE__ ) );
    1414define('FIREEMS_URL', WP_PLUGIN_URL."/fireems-stats/" );
  • fireems-stats/trunk/inc/css/fireemsA.css

    r1342499 r1445425  
    2020}
    2121
    22 ul {
     22.fire ul {
    2323    padding-left: 20px;
    2424    list-style: square;
  • fireems-stats/trunk/inc/functions.php

    r1378271 r1445425  
    146146function print_rightcol() {
    147147    $display = '</div>';
    148     $display .= '<div class="rightColumn">';
     148    $display .= '<div class="rightColumn fire">';
    149149    $display .= '<h1 class="mslogo"></h1>';
    150150    $display .= '<p>Fire/EMS Stats (Lite) was created by Maltese Solutions.</p>';
  • fireems-stats/trunk/readme.txt

    r1397338 r1445425  
    44Requires at least: 4.0
    55Tested up to: 4.5
    6 Stable tag: 1.2.2
     6Stable tag: 1.2.3
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5353== Changelog ==
    5454
     55= 1.2.3 (2016-06-29) =
     56* Fixed an error with admin UL css
     57
    5558= 1.2.2 (2016-03-24) =
    5659* Added the ability for non-admins to update stats.
Note: See TracChangeset for help on using the changeset viewer.