Changeset 5593
- Timestamp:
- 06/21/2017 10:10:54 PM (7 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/page-home-landing.php
r4709 r5593 91 91 92 92 <div class="widget box"> 93 <h4 class="widget-title"><a href="https://make.wordpress.org/" ><?php _e( 'Help Make WordPress ', 'wporg' ); ?><div class="dashicons dashicons-arrow-right-alt2"></div></a></h4>93 <h4 class="widget-title"><a href="https://make.wordpress.org/" class="make-wp-link"><?php _e( 'Help Make WordPress', 'wporg' ); ?></a></h4> 94 94 </div> 95 95 </div> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r5239 r5593 678 678 color: #606060; 679 679 text-decoration: none; 680 681 &.make-wp-link:after { 682 content: "\f345"; 683 font-family: 'dashicons'; 684 margin-left: 4px; 685 vertical-align: middle; 686 } 680 687 } 681 688 } -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r5239 r5593 1037 1037 } 1038 1038 1039 .devhub-wrap .section.light-gray a.make-wp-link:after { 1040 content: "\f345"; 1041 font-family: 'dashicons'; 1042 margin-left: 4px; 1043 vertical-align: middle; 1044 } 1045 1039 1046 .devhub-wrap .section .home-primary-content { 1040 1047 max-width: 600px;
Note: See TracChangeset
for help on using the changeset viewer.