Changeset 47558
- Timestamp:
- 04/09/2020 04:07:19 PM (4 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/about.css
r47532 r47558 318 318 } 319 319 320 .about__container h3 { 320 .about__container h3, 321 .about__container h2.is-smaller-heading { 321 322 margin-top: 0; 322 323 font-size: 1em; -
trunk/src/wp-admin/freedoms.php
r47521 r47558 65 65 <div class="column"> 66 66 <div class="freedoms-image"></div> 67 <h 3><?php _e( 'The 1st Freedom' ); ?></h3>67 <h2 class="is-smaller-heading"><?php _e( 'The 1st Freedom' ); ?></h2> 68 68 <p><?php _e( 'To run the program for any purpose.' ); ?></p> 69 69 </div> 70 70 <div class="column"> 71 71 <div class="freedoms-image"></div> 72 <h 3><?php _e( 'The 2nd Freedom' ); ?></h3>72 <h2 class="is-smaller-heading"><?php _e( 'The 2nd Freedom' ); ?></h2> 73 73 <p><?php _e( 'To study how the program works and change it to make it do what you wish.' ); ?></p> 74 74 </div> 75 75 <div class="column"> 76 76 <div class="freedoms-image"></div> 77 <h 3><?php _e( 'The 3rd Freedom' ); ?></h3>77 <h2 class="is-smaller-heading"><?php _e( 'The 3rd Freedom' ); ?></h2> 78 78 <p><?php _e( 'To redistribute.' ); ?></p> 79 79 </div> 80 80 <div class="column"> 81 81 <div class="freedoms-image"></div> 82 <h 3><?php _e( 'The 4th Freedom' ); ?></h3>82 <h2 class="is-smaller-heading"><?php _e( 'The 4th Freedom' ); ?></h2> 83 83 <p><?php _e( 'To distribute copies of your modified versions to others.' ); ?></p> 84 84 </div>
Note: See TracChangeset
for help on using the changeset viewer.