Changeset 3321288
- Timestamp:
- 07/02/2025 02:36:40 PM (8 months ago)
- Location:
- accessible-docs/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
accessible-docs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
accessible-docs/trunk/README.txt
r3321141 r3321288 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.4 8 Stable tag: 1.0. 18 Stable tag: 1.0.2 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 87 87 You can override popup styles via CSS in your theme: 88 88 89 ```css 89 90 .accessible-docs-popup { 90 91 background-color: #fff; … … 92 93 padding: 2rem; 93 94 } 95 ``` 94 96 95 97 For advanced control, enqueue your styles via `wp_enqueue_scripts` in your theme or use inline styles with `wp_add_inline_style`. -
accessible-docs/trunk/accessible-docs.php
r3321117 r3321288 10 10 * 11 11 * @link https://group107.com 12 * @since 1.0. 112 * @since 1.0.0 13 13 * @package Group107_AccessibleDocs 14 14 * … … 17 17 * Plugin URI: https://group107.com 18 18 * Description: This plugin enhances accessibility by allowing users to send PDF files to convert into accessible formats. 19 * Version: 1.0. 019 * Version: 1.0.2 20 20 * Author: Group 107 21 21 * Author URI: https://group107.com/
Note: See TracChangeset
for help on using the changeset viewer.