Changeset 1376048
- Timestamp:
- 03/22/2016 05:23:42 AM (10 years ago)
- Location:
- bcorp-visual-editor/trunk
- Files:
-
- 3 edited
-
bcorp_visual_editor.php (modified) (1 diff)
-
css/bcve.css (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bcorp-visual-editor/trunk/bcorp_visual_editor.php
r1348658 r1376048 4 4 Plugin URI: http://bcorp.com 5 5 Description: Wordpress visual editor for editing BCorp Shortcodes. 6 Version: 0. 196 Version: 0.20 7 7 Author: Tim Brattberg 8 8 Author URI: http://bcorp.com -
bcorp-visual-editor/trunk/css/bcve.css
r1337683 r1376048 211 211 .bcve-bcorp_icon_list-details {padding-left:10px; display:table; } 212 212 213 .bcve-bcorp_icon_list-icon { padding:3px 5px; } 214 .bcve-bcorp_icon_list-icon .bcve-bcorp_icon_list_icon-textblock p {margin-left:5px; margin-bottom:0px; } 213 .bcve-bcorp_icon_list_icon { padding:6px; } 214 .bcve-bcorp_icon_list_icon .bcve-bcorp_icon_list_icon-textblock p {margin-left:5px; margin-bottom:0px; } 215 span.bcve-bcorp_icon_list_icon-icon {padding-right:5px; } 216 span.bcve-bcorp_icon_list_icon-icon, span.bcve-bcorp_icon_list_icon-title { font-size:23px; } 215 217 216 218 .bcve-bcorp_logos { margin:5px auto -10px auto; display:table;} -
bcorp-visual-editor/trunk/readme.txt
r1348654 r1376048 5 5 Requires at least: 4.2.0 6 6 Tested up to: 4.4.2 7 Stable tag: 0. 197 Stable tag: 0.20 8 8 License: GPLv3 9 9 License URI: http://www.gnu.org/licenses/gpl.html … … 13 13 == Description == 14 14 15 Powerful drag and drop page builder. Requires BCorp Shortcodes available at http://wordpress.org/plugins/bcorp-shortcodes/in order to function.15 Powerful drag and drop page builder. Requires [BCorp Shortcodes](http://wordpress.org/plugins/bcorp-shortcodes/) plugin installed and activated in order to function. 16 16 17 17 If the BCorp Shortcodes plugin is not installed or activated the BCorp Visual Editor will provide prompts for installation and activation. … … 44 44 == Changelog == 45 45 46 = 0.20 = 47 CSS tweaks for [bcorp_icon_list] & [bcorp_icon_list_icon] shortcode. 48 46 49 = 0.19 = 47 50 HTML tweaks and bug fixes on element resize
Note: See TracChangeset
for help on using the changeset viewer.