Changeset 2184340
- Timestamp:
- 11/01/2019 11:17:03 AM (6 years ago)
- Location:
- slide/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
slide/trunk/index.php
r2184321 r2184340 5 5 * Plugin URI: https://wordpress.org/plugins/slide/ 6 6 * Description: Allows you to create presentations with the block editor. 7 * Version: 0.0.2 77 * Version: 0.0.28 8 8 * Author: Ella van Durpe 9 9 * Author URI: https://ellavandurpe.com -
slide/trunk/readme.md
r2184321 r2184340 6 6 Requires PHP: 5.6 7 7 Tested up to: 5.3 8 Stable tag: 0.0.2 78 Stable tag: 0.0.28 9 9 License: GPL-2.0-or-later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
slide/trunk/template.php
r2184321 r2184340 62 62 } 63 63 64 .presentation-contain html, 64 65 .presentation-contain body { 65 66 background: #000; … … 170 171 .reveal .slides > section > section { 171 172 padding: <?php echo get_post_meta( get_the_ID(), 'presentation-vertical-padding', true ) ?: '0.2em'; ?> 0; 173 } 174 175 .reveal[data-background-transition="none"] .slide-background { 176 transition: none; 172 177 } 173 178 </style>
Note: See TracChangeset
for help on using the changeset viewer.