Changeset 3205963
- Timestamp:
- 12/10/2024 10:01:37 PM (15 months ago)
- Location:
- wp-settings/trunk
- Files:
-
- 2 edited
-
css/wp-settings-style.css (modified) (1 diff)
-
wp-settings-options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-settings/trunk/css/wp-settings-style.css
r1905613 r3205963 41 41 border: 1px solid #ccc; 42 42 } 43 .wps-header-title { 44 font-size: 20px; 45 font-weight: 400; 46 margin-bottom: 6px; 47 } -
wp-settings/trunk/wp-settings-options.php
r2042805 r3205963 1 1 <?php ?> 2 2 <div class="wrap"> 3 <div class=" postbox">3 <div class="wps-header-title"> 4 4 <h2><?php _e('WP Settings', 'wp-settings'); ?></h2> 5 5 <p><?php echo ilc_admin_tabs(); ?></p>
Note: See TracChangeset
for help on using the changeset viewer.