Changeset 1693215
- Timestamp:
- 07/09/2017 11:27:06 AM (9 years ago)
- Location:
- checklist-in-post
- Files:
-
- 3 edited
-
tags/1.0.2/css/checklist_in_post_frontend.css (modified) (1 diff)
-
trunk/checklist_in_post/checklist_in_post.php (modified) (1 diff)
-
trunk/checklist_in_post/css/checklist_in_post_frontend.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
checklist-in-post/tags/1.0.2/css/checklist_in_post_frontend.css
r1693214 r1693215 5 5 } 6 6 .checklist_in_post ul li{ 7 padding:0px ;7 padding:0px!important; 8 8 -webkit-margin-before: 0em; 9 9 -webkit-margin-after: 0em; -
checklist-in-post/trunk/checklist_in_post/checklist_in_post.php
r1692064 r1693215 4 4 Description: Checklist in Post - Allow creating checklists in posts for readers 5 5 Author: Tomasz Małecki 6 Version: 1.0 6 Version: 1.0.2 7 7 Author URI: http://tomiskym.deviantart.com 8 8 Text Domain: checklistinpost -
checklist-in-post/trunk/checklist_in_post/css/checklist_in_post_frontend.css
r1692698 r1693215 5 5 } 6 6 .checklist_in_post ul li{ 7 padding:0px ;7 padding:0px!important; 8 8 -webkit-margin-before: 0em; 9 9 -webkit-margin-after: 0em; … … 11 11 -webkit-margin-end: 0px; 12 12 -webkit-padding-start: 0px; 13 background: none ;13 background: none!important; 14 14 } 15 15 #todo-list{
Note: See TracChangeset
for help on using the changeset viewer.