Making WordPress.org


Ignore:
Timestamp:
02/01/2018 09:04:12 PM (5 years ago)
Author:
coffee2code
Message:

developer.wordpress.org: Adapt to new handbook styles as introduced in the Make team sites.

  • Revamps style of handbook sidebar (including making menu collapsible) and in-content table of contents
  • Removes search pane (with imminent switch to search widget) for handbooks
  • Moves breadcrumbs into main content area for handbooks
  • Moves #masthead out of, and before, #page
  • Restyles masthead to have blue background
  • Restyles slide down search pane to not match new masthead
  • Introduces dropdown menu for masthead menu at smaller viewports (as used in WP-CLI Commands)
  • Minor front page revamp of colors (more coming)

Fixes #2969,
See #2459, #3377.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php

    r2569 r6512  
    88get_header(); ?>
    99
    10     <div id="content-area" class="has-sidebar">
     10<?php get_sidebar( 'handbook' ); ?>
     11
     12        <main id="primary" <?php post_class( 'site-main' ); ?> role="main">
    1113
    1214        <?php breadcrumb_trail(); ?>
    13 
    14         <main id="main" <?php post_class( 'site-main' ); ?> role="main">
    1515
    1616        <?php while ( have_posts() ) : the_post(); ?>
     
    2323
    2424        </main><!-- #main -->
    25         <?php get_sidebar(); ?>
    26     </div><!-- #primary -->
     25
    2726<?php get_footer(); ?>
Note: See TracChangeset for help on using the changeset viewer.