Plugin Directory

Changeset 1869723


Ignore:
Timestamp:
05/07/2018 06:09:46 AM (8 years ago)
Author:
joomdev
Message:

Formatting issue Fixed

Location:
joomdev-wp-pros-cons/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • joomdev-wp-pros-cons/trunk/assets/css/styles.css

    r1869720 r1869723  
    1 * {
     1 .wp-pros-cons * {
    22    margin: 0;
    33    padding: 0;
     4}
     5
     6.wp-pros-cons *,
     7.wp-pros-cons div {
    48    -webkit-box-sizing: border-box !important;
    59    -moz-box-sizing: border-box !important;
     
    1620}
    1721
    18 .wp-pros-cons div {
    19     -webkit-box-sizing: border-box !important;
    20     -moz-box-sizing: border-box !important;
    21     box-sizing: border-box !important;
    22 }
    23 
    2422.wp-pros-cons .wp-pros-cons-title {
    25     text-align: center;
    26     color: #1a1a1a;
    27     font-size: 28px;
    28     font-weight: normal;
     23     text-align: center;
     24     color: #1a1a1a;
     25     font-size: 28px;
     26     font-weight: normal;
     27     margin: 0 0 20px;
    2928}
    3029
     
    7170
    7271.wp-pros-cons-img-wrap {
    73     text-align: center;
    74     margin-top: -58px;
     72     text-align: center;
     73     margin-top: -58px;
     74     margin-bottom: 25px;
    7575}
    7676
     
    132132.wp-pros-cons .wp-pros-cons-col .joomdev_wpc_cons_list li,
    133133.wp-pros-cons .wp-pros-cons-col .joomdev_wpc_pros_list li {
    134     margin: 12px 0 !important padding: 0 0 33px;
     134     margin: 12px 0 !important;
     135     padding-left: 30px !important;
    135136}
    136137
     
    141142
    142143.wp-pros-cons .pros-section ul li {
    143     padding-left: 33px;
     144    padding-left: 30px;
    144145    background-size: 18px 17px;
    145146    list-style: outside none none !important;
  • joomdev-wp-pros-cons/trunk/joomdev-wp-pros-cons.php

    r1869720 r1869723  
    44    Plugin URI: https://joomdev.com/wordpress-plugins/wp-pros-cons
    55    Description: This plugin provides you the shortcode to show pros/cons on any of the page. It will add a button to editor, which enables you the visual shortcode.
    6     Version: 1.0.5
     6    Version: 1.0.6
    77    Author: JoomDev
    88    Author URI: https://joomdev.com
     
    1717
    1818define('JOOMDEV_WPC_MORE_THEMES_PLUGINS_URL', 'https://joomdev.com/wordpress-plugins');
    19 define('JOOMDEV_WPC_VER', '1.0.0');
     19define('JOOMDEV_WPC_VER', '1.0.6');
    2020
    2121include 'joomdev-wpc-functions.php';
  • joomdev-wp-pros-cons/trunk/readme.txt

    r1869720 r1869723  
    55Requires at least: 3.0
    66Tested up to: 4.9.5
    7 Stable tag: 1.0.5
     7Stable tag: 1.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848== Changelog ==
    4949
     50= 1.0.6 =
     51- Formatting issue Fixed
     52
    5053= 1.0.5 =
    5154- revert back to Previous version
     
    7376== Upgrade Notice ==
    7477
     78= 1.0.6 =
     79- Formatting issue Fixed
     80
    7581= 1.0.5 =
    7682- revert back to Previous version
Note: See TracChangeset for help on using the changeset viewer.