Changeset 1869723
- Timestamp:
- 05/07/2018 06:09:46 AM (8 years ago)
- Location:
- joomdev-wp-pros-cons/trunk
- Files:
-
- 3 edited
-
assets/css/styles.css (modified) (5 diffs)
-
joomdev-wp-pros-cons.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
joomdev-wp-pros-cons/trunk/assets/css/styles.css
r1869720 r1869723 1 * {1 .wp-pros-cons * { 2 2 margin: 0; 3 3 padding: 0; 4 } 5 6 .wp-pros-cons *, 7 .wp-pros-cons div { 4 8 -webkit-box-sizing: border-box !important; 5 9 -moz-box-sizing: border-box !important; … … 16 20 } 17 21 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 24 22 .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; 29 28 } 30 29 … … 71 70 72 71 .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; 75 75 } 76 76 … … 132 132 .wp-pros-cons .wp-pros-cons-col .joomdev_wpc_cons_list li, 133 133 .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; 135 136 } 136 137 … … 141 142 142 143 .wp-pros-cons .pros-section ul li { 143 padding-left: 3 3px;144 padding-left: 30px; 144 145 background-size: 18px 17px; 145 146 list-style: outside none none !important; -
joomdev-wp-pros-cons/trunk/joomdev-wp-pros-cons.php
r1869720 r1869723 4 4 Plugin URI: https://joomdev.com/wordpress-plugins/wp-pros-cons 5 5 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. 56 Version: 1.0.6 7 7 Author: JoomDev 8 8 Author URI: https://joomdev.com … … 17 17 18 18 define('JOOMDEV_WPC_MORE_THEMES_PLUGINS_URL', 'https://joomdev.com/wordpress-plugins'); 19 define('JOOMDEV_WPC_VER', '1.0. 0');19 define('JOOMDEV_WPC_VER', '1.0.6'); 20 20 21 21 include 'joomdev-wpc-functions.php'; -
joomdev-wp-pros-cons/trunk/readme.txt
r1869720 r1869723 5 5 Requires at least: 3.0 6 6 Tested up to: 4.9.5 7 Stable tag: 1.0. 57 Stable tag: 1.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 == Changelog == 49 49 50 = 1.0.6 = 51 - Formatting issue Fixed 52 50 53 = 1.0.5 = 51 54 - revert back to Previous version … … 73 76 == Upgrade Notice == 74 77 78 = 1.0.6 = 79 - Formatting issue Fixed 80 75 81 = 1.0.5 = 76 82 - revert back to Previous version
Note: See TracChangeset
for help on using the changeset viewer.