Changeset 3245
- Timestamp:
- 05/24/2016 10:44:10 PM (10 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer
- Files:
-
- 1 added
- 3 edited
-
content-handbook-archive.php (added)
-
scss/main.scss (modified) (1 diff)
-
search.php (modified) (1 diff)
-
stylesheets/main.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss
r3049 r3245 961 961 font-weight: 300; 962 962 } 963 .handbook { 964 h1 { 965 margin: 24px 0; 966 font-size: 20px; 967 font-weight: normal; 968 } 969 } 963 970 .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method { 964 971 border-bottom: 1px solid #dfdfdf; -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/search.php
r781 r3245 24 24 <?php while ( have_posts() ) : the_post(); ?> 25 25 26 <?php get_template_part( 'content', 'reference-archive' ); ?>26 <?php get_template_part( 'content', wporg_is_handbook() ? 'handbook-archive' : 'reference-archive' ); ?> 27 27 28 28 <?php endwhile; ?> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css
r3049 r3245 1171 1171 font-weight: 300; 1172 1172 } 1173 .devhub-wrap .handbook h1 { 1174 margin: 24px 0; 1175 font-size: 20px; 1176 font-weight: normal; 1177 } 1173 1178 .devhub-wrap .wp-parser-class, .devhub-wrap .wp-parser-function, .devhub-wrap .wp-parser-hook, .devhub-wrap .wp-parser-method { 1174 1179 border-bottom: 1px solid #dfdfdf;
Note: See TracChangeset
for help on using the changeset viewer.