<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[591] sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer: Code Reference: Various template and style improvements.</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://meta.trac.wordpress.org/changeset/591">591</a></dd>
<dt>Author</dt> <dd>coffee2code</dd>
<dt>Date</dt> <dd>2014-05-02 21:43:28 +0000 (Fri, 02 May 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Code Reference: Various template and style improvements. props nicolealleyinteractivecom

* Add plugin and theme handbook templates
* Refactor templates
* Refactor SCSS/CSS
* SCSS/CSS cleanups</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperarchivephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopercontentreferencephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperfooterphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/footer.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperfunctionsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperinctemplatetagsphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersearchphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/search.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersidebarphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/sidebar.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglephp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single.php</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperarchivepluginhandbookphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-plugin-handbook.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperarchivethemehandbookphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-theme-handbook.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopercontenthandbookphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-handbook.php</a></li>
<li>sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/</li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperscssglobalscss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/global.scss</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperscssmainscss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperscssresetscss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/reset.scss</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglepluginhandbookphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglethemehandbookphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-theme-handbook.php</a></li>
<li>sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/</li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperstylesheetsglobalcss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/global.css</a></li>
<li>sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/layouts/</li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperstylesheetsmaincss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperstylesheetsresetcss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/reset.css</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li>sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/layouts/</li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopermaincss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.css</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopermainscss">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.scss</a></li>
<li><a href="#sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglepostphp">sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-post.php</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperarchivepluginhandbookphp"></a>
<div class="addfile"><h4>Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-plugin-handbook.php (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-plugin-handbook.php                          (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-plugin-handbook.php     2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,44 @@
</span><ins>+<?php namespace DevHub;
+
+/**
+ * The template for displaying Archive pages.
+ *
+ * Learn more: http://codex.wordpress.org/Template_Hierarchy
+ *
+ * @package wporg-developer
+ */
+
+get_header(); ?>
+
+       <div id="content-area" class="has-sidebar">
+
+               <?php breadcrumb_trail(); ?>
+
+               <main id="main" class="site-main" role="main">
+
+                       <?php if ( have_posts() ) : ?>
+
+
+                               <?php /* Start the Loop */ ?>
+                               <?php while ( have_posts() ) : the_post(); ?>
+
+                                       <?php
+                                               get_template_part( 'content', 'handbook' );
+                                       ?>
+
+                               <?php endwhile; ?>
+
+                               <?php //wporg_developer_paging_nav(); ?>
+
+                       <?php else : ?>
+
+                               <?php get_template_part( 'content', 'none' ); ?>
+
+                       <?php endif; ?>
+                       <?php loop_pagination(); ?>
+               </main>
+               <!-- /wrapper -->
+       <?php get_sidebar(); ?>
+       </div><!-- /pagebody -->
+
+<?php get_footer(); ?>
</ins><span class="cx">\ No newline at end of file
</span><span class="cx">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-plugin-handbook.php
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperarchivethemehandbookphp"></a>
<div class="addfile"><h4>Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-theme-handbook.php (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-theme-handbook.php                           (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-theme-handbook.php      2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,44 @@
</span><ins>+<?php namespace DevHub;
+
+/**
+ * The template for displaying Archive pages.
+ *
+ * Learn more: http://codex.wordpress.org/Template_Hierarchy
+ *
+ * @package wporg-developer
+ */
+
+get_header(); ?>
+
+       <div id="content-area" class="has-sidebar">
+
+               <?php breadcrumb_trail(); ?>
+
+               <main id="main" class="site-main" role="main">
+
+                       <?php if ( have_posts() ) : ?>
+
+
+                               <?php /* Start the Loop */ ?>
+                               <?php while ( have_posts() ) : the_post(); ?>
+
+                                       <?php
+                                               get_template_part( 'content', 'handbook' );
+                                       ?>
+
+                               <?php endwhile; ?>
+
+                               <?php //wporg_developer_paging_nav(); ?>
+
+                       <?php else : ?>
+
+                               <?php get_template_part( 'content', 'none' ); ?>
+
+                       <?php endif; ?>
+                       <?php loop_pagination(); ?>
+               </main>
+               <!-- /wrapper -->
+       <?php get_sidebar(); ?>
+       </div><!-- /pagebody -->
+
+<?php get_footer(); ?>
</ins><span class="cx">\ No newline at end of file
</span><span class="cx">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive-theme-handbook.php
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperarchivephp"></a>
<div class="modfile"><h4>Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php  2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/archive.php     2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -10,39 +10,38 @@
</span><span class="cx"> 
</span><span class="cx"> get_header(); ?>
</span><span class="cx"> 
</span><del>-<div class="<?php body_class( 'pagebody' ) ?>">
-       <div class="site-main">
-               <header class="page-header">
-                       <?php breadcrumb_trail(); ?>
-               </header><!-- .page-header -->
</del><ins>+        <div id="content-area">
</ins><span class="cx"> 
</span><del>-               <?php if ( have_posts() ) : ?>
</del><ins>+                <?php breadcrumb_trail(); ?>
</ins><span class="cx"> 
</span><ins>+               <main id="main" class="site-main" role="main">
</ins><span class="cx"> 
</span><del>-                       <?php /* Start the Loop */ ?>
-                       <?php while ( have_posts() ) : the_post(); ?>
</del><ins>+                        <?php if ( have_posts() ) : ?>
</ins><span class="cx"> 
</span><del>-                               <?php
-                                       /* Include the Post-Format-specific template for the content.
-                                        * If you want to override this in a child theme, then include a file
-                                        * called content-___.php (where ___ is the Post Format name) and that will be used instead.
-                                        */
-                                       get_template_part( 'content', get_template_part_name() );
-                               ?>
</del><span class="cx"> 
</span><del>-                       <?php endwhile; ?>
</del><ins>+                                <?php /* Start the Loop */ ?>
+                               <?php while ( have_posts() ) : the_post(); ?>
</ins><span class="cx"> 
</span><del>-                       <?php //wporg_developer_paging_nav(); ?>
</del><ins>+                                        <?php
+                                               /* Include the Post-Format-specific template for the content.
+                                                * If you want to override this in a child theme, then include a file
+                                                * called content-___.php (where ___ is the Post Format name) and that will be used instead.
+                                                */
+                                               get_template_part( 'content', 'reference' );
+                                       ?>
</ins><span class="cx"> 
</span><del>-               <?php else : ?>
</del><ins>+                                <?php endwhile; ?>
</ins><span class="cx"> 
</span><del>-                       <?php get_template_part( 'content', 'none' ); ?>
</del><ins>+                                <?php //wporg_developer_paging_nav(); ?>
</ins><span class="cx"> 
</span><del>-               <?php endif; ?>
-               <?php loop_pagination(); ?>
</del><ins>+                        <?php else : ?>
</ins><span class="cx"> 
</span><del>-       </div>
-       <!-- /site-main -->
-</div><!-- /pagebody -->
</del><ins>+                                <?php get_template_part( 'content', 'none' ); ?>
</ins><span class="cx"> 
</span><del>-<?php get_footer(); ?>
</del><ins>+                        <?php endif; ?>
+                       <?php loop_pagination(); ?>
+               </main>
+               <!-- /wrapper -->
+       </div><!-- /pagebody -->
+
+<?php get_footer(); ?>
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopercontenthandbookphp"></a>
<div class="addfile"><h4>Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-handbook.php (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-handbook.php                         (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-handbook.php    2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,79 @@
</span><ins>+<?php
+/**
+ * Displays the content and meta information for a post object.
+ *
+ * @package wporg
+ */
+?>
+<li id="prologue-<?php the_ID(); ?>" <?php post_class(); ?>>
+       <h4>
+               <span class="meta">
+                       <span class="actions">
+                               <a href="<?php the_permalink(); ?>" class="thepermalink printer-only" title="<?php esc_attr_e( 'Permalink', 'wporg' ); ?>"><?php _e( 'Permalink', 'wporg' ); ?></a>
+                               <?php
+                               if ( comments_open() && ! post_password_required() ) {
+                                               echo post_reply_link( array(
+                                                       'before'        => isset( $before_reply_link ) ? $before_reply_link : '',
+                                                       'after'         => '',
+                                                       'reply_text'    => __( 'Reply', 'wporg' ),
+                                                       'add_below'     => 'comments'
+                                               ), get_the_ID() );
+                               }
+
+                               if ( current_user_can( 'edit_post', get_the_ID() ) ) : ?> | <a href="<?php echo ( get_edit_post_link( get_the_ID() ) ); ?>" class="edit-post-link" rel="<?php the_ID(); ?>" title="<?php esc_attr_e( 'Edit', 'wporg' ); ?>"><?php _e( 'Edit', 'wporg' ); ?></a>
+                               <?php endif; ?>
+
+                               <?php do_action( 'wporg_action_links' ); ?>
+                       </span>
+                       <?php if ( is_object_in_taxonomy( get_post_type(), 'post_tag' ) ) : ?>
+                               <span class="tags">
+                                       <?php tags_with_count( '', __( '<br />Tags:' , 'wporg' ) .' ', ', ', ' &nbsp;' ); ?>&nbsp;
+                               </span>
+                       <?php endif; ?>
+               </span>
+       </h4>
+
+       <?php
+       /*
+        * Content
+        */
+       ?>
+
+       <div id="content-<?php the_ID(); ?>" class="postcontent">
+       <?php the_content( __( '(More ...)' , 'wporg' ) ); ?>
+       </div>
+
+       <?php
+       /*
+        * Comments
+        */
+
+       $comment_field = '<div class="form"><textarea id="comment" class="expand50-100" name="comment" cols="45" rows="3"></textarea></div> <label class="post-error" for="comment" id="commenttext_error"></label>';
+
+       $comment_notes_before = '<p class="comment-notes">' . ( get_option( 'require_name_email' ) ? sprintf( ' ' . __( 'Required fields are marked %s', 'wporg' ), '<span class="required">*</span>' ) : '' ) . '</p>';
+
+       $wporg_comment_args = array(
+               'title_reply'           => __( 'Reply', 'wporg' ),
+               'comment_field'         => $comment_field,
+               'comment_notes_before'  => $comment_notes_before,
+               'comment_notes_after'   => '<span class="progress spinner-comment-new"></span>',
+               'label_submit'          => __( 'Reply', 'wporg' ),
+               'id_submit'             => 'comment-submit',
+       );
+
+       ?>
+
+       <?php if ( get_comments_number() > 0 && ! post_password_required() ) : ?>
+               <div class="discussion" style="display: none">
+                       <p>
+                               <?php wporg_discussion_links(); ?>
+                               <a href="#" class="show-comments"><?php _e( 'Toggle Comments', 'wporg' ); ?></a>
+                       </p>
+               </div>
+       <?php endif;
+
+       wp_link_pages( array( 'before' => '<p class="page-nav">' . __( 'Pages:', 'wporg' ) ) ); ?>
+
+       <div class="bottom-of-entry">&nbsp;</div>
+
+</li>
</ins><span class="cx">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-handbook.php
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopercontentreferencephp"></a>
<div class="modfile"><h4>Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php        2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/content-reference.php   2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -41,7 +41,7 @@
</span><span class="cx">          <h2><?php _e( 'Explanation', 'wporg' ); ?></h2>
</span><span class="cx">  </section>
</span><span class="cx">  -->
</span><del>-       
</del><ins>+
</ins><span class="cx">   <?php if ( $params = get_params() ) : ?>
</span><span class="cx">  <hr/>
</span><span class="cx">  <section class="parameters">
</span><span class="lines">@@ -71,7 +71,7 @@
</span><span class="cx">          </dl>
</span><span class="cx">  </section>
</span><span class="cx">  <?php endif; ?>
</span><del>-       
</del><ins>+
</ins><span class="cx">   <?php if ( $arguments = get_arguments() ) : //todo: output arg data ?>
</span><span class="cx">  <hr/>
</span><span class="cx">  <section class="arguments">
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperfooterphp"></a>
<div class="modfile"><h4>Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/footer.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/footer.php   2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/footer.php      2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -7,7 +7,6 @@
</span><span class="cx">  * @package wporg-developer
</span><span class="cx">  */
</span><span class="cx"> ?>
</span><del>-
</del><span class="cx">   </div><!-- #content -->
</span><span class="cx"> 
</span><span class="cx"> </div><!-- #page -->
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperfunctionsphp"></a>
<div class="modfile"><h4>Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php        2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/functions.php   2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -39,8 +39,8 @@
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> add_action( 'init', __NAMESPACE__ . '\\init' );
</span><ins>+add_filter( 'handbook_post_types', __NAMESPACE__ . '\\filter_handbook_post_types' );
</ins><span class="cx"> 
</span><del>-
</del><span class="cx"> function init() {
</span><span class="cx"> 
</span><span class="cx">  register_post_types();
</span><span class="lines">@@ -57,6 +57,12 @@
</span><span class="cx">  add_filter( 'comments_open', '__return_false' );
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/**
+* handbook post_type filter function
+*/
+function filter_handbook_post_types( $types ) {
+       return array( 'theme', 'plugin' );
+}
</ins><span class="cx"> 
</span><span class="cx"> /**
</span><span class="cx">  * widgets_init function.
</span><span class="lines">@@ -245,6 +251,7 @@
</span><span class="cx">                  'menu_name'                  => __( 'Files', 'wporg' ),
</span><span class="cx">          ),
</span><span class="cx">          'public'                => true,
</span><ins>+               // Hierarchical x 2 to enable (.+) rather than ([^/]+) for rewrites.
</ins><span class="cx">           'hierarchical'          => true,
</span><span class="cx">          'rewrite'               => array( 'slug' => 'reference/files', 'hierarchical' => true ),
</span><span class="cx">          'sort'                  => false,
</span><span class="lines">@@ -299,7 +306,7 @@
</span><span class="cx">  wp_enqueue_style( 'dashicons' );
</span><span class="cx">  wp_enqueue_style( 'open-sans', '//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' );
</span><span class="cx">  wp_enqueue_style( 'wporg-developer-style', get_stylesheet_uri(), array(), '2' );
</span><del>-       wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/main.css', array( 'wporg-developer-style' ), '20140425' );
</del><ins>+        wp_enqueue_style( 'wp-dev-sass-compiled', get_template_directory_uri() . '/stylesheets/main.css', array( 'wporg-developer-style' ), '20140425' );
</ins><span class="cx">   wp_enqueue_script( 'wporg-developer-navigation', get_template_directory_uri() . '/js/navigation.js', array(), '20120206', true );
</span><span class="cx">  wp_enqueue_script( 'wporg-developer-skip-link-focus-fix', get_template_directory_uri() . '/js/skip-link-focus-fix.js', array(), '20130115', true );
</span><span class="cx">  if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperinctemplatetagsphp"></a>
<div class="modfile"><h4>Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php        2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/template-tags.php   2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -279,30 +279,15 @@
</span><span class="cx">          switch ( $parts[1] ) {
</span><span class="cx">                  case 'reference':
</span><span class="cx">                          return 'Code Reference';
</span><ins>+                       case 'theme-handbook':
+                               return 'Theme Handbook';
+                       case 'plugin-handbook':
+                               return 'Plugin Handbook';
</ins><span class="cx">                   default:
</span><span class="cx">                          return 'Developer Resources';
</span><span class="cx">          }
</span><span class="cx">  }
</span><del>-       /**
-        * Get template part name
-        *
-        * @return string
-        */
-       function get_template_part_name( $post_type = null ) {
-               if ( empty( $post_type ) ) {
-                       $post_type = get_post_type();
-               }
</del><span class="cx"> 
</span><del>-               $reference = array( 'wp-parser-class', 'wp-parser-function', 'wp-parser-method' );
-               if ( in_array( $post_type, $reference ) ) {
-                       $part = 'reference';
-               } else {
-                       $part = $post_type;
-               }
-
-               return $part;
-       }
-
</del><span class="cx">   /**
</span><span class="cx">   * Get post type name
</span><span class="cx">   *
</span><span class="lines">@@ -373,24 +358,24 @@
</span><span class="cx">          // Decorate and return function/class arguments.
</span><span class="cx">          if ( $args ) {
</span><span class="cx">                  foreach ( $args as $arg ) {
</span><del>-                               $arg_string = '';       
</del><ins>+                                $arg_string = '';
</ins><span class="cx">                           if ( ! empty( $arg['name'] ) && ! empty( $types[ $arg['name'] ] ) ) {
</span><span class="cx">                                  $arg_string .= ' <span class="arg-type">' . $types[ $arg['name'] ] . '</span>';
</span><span class="cx">                          }
</span><del>-       
</del><ins>+
</ins><span class="cx">                           if ( ! empty( $arg['name'] ) ) {
</span><span class="cx">                                  $arg_string .= '&nbsp;<span class="arg-name">' . $arg['name'] . '</span>&nbsp;';
</span><span class="cx">                          }
</span><del>-       
</del><ins>+
</ins><span class="cx">                           if ( is_array( $arg ) && array_key_exists( 'default', $arg ) ) {
</span><del>-       
</del><ins>+
</ins><span class="cx">                                   if ( is_null( $arg['default'] ) ) {
</span><span class="cx">                                          $arg['default'] = 'null';
</span><span class="cx">                                  }
</span><del>-       
</del><ins>+
</ins><span class="cx">                                   $arg_string .= '=&nbsp;<span class="arg-default">' . $arg['default'] . "</span>";
</span><span class="cx">                          }
</span><del>-       
</del><ins>+
</ins><span class="cx">                           $args_strings[] = $arg_string;
</span><span class="cx">                  }
</span><span class="cx">          }
</span><span class="lines">@@ -419,7 +404,7 @@
</span><span class="cx">          $params = '';
</span><span class="cx">          $args = get_post_meta( $post_id, '_wp-parser_args', true );
</span><span class="cx">          $tags = get_post_meta( $post_id, '_wp-parser_tags', true );
</span><del>-               
</del><ins>+
</ins><span class="cx">           if ( $tags ) {
</span><span class="cx">                  foreach ( $tags as $tag ) {
</span><span class="cx">                          if ( 'param' == $tag['name'] ) {
</span><span class="lines">@@ -437,16 +422,16 @@
</span><span class="cx">                          }
</span><span class="cx">                  }
</span><span class="cx">          }
</span><del>-               
</del><ins>+
</ins><span class="cx">           if ( $args ) {
</span><span class="cx">                  foreach ( $args as $arg ) {
</span><span class="cx">                          if ( ! empty( $arg['name'] ) && ! empty( $params[ $arg['name'] ] ) ) {
</span><span class="cx">                                  $params[ $arg['name'] ]['default'] = $arg['default'];
</span><span class="cx">                          }
</span><del>-       
</del><ins>+
</ins><span class="cx">                   }
</span><span class="cx">          }
</span><del>-               
</del><ins>+
</ins><span class="cx">           return $params;
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -464,7 +449,7 @@
</span><span class="cx">          }
</span><span class="cx">          $arguments = array();
</span><span class="cx">          $args = get_post_meta( $post_id, '_wp-parser_args', true );
</span><del>-               
</del><ins>+
</ins><span class="cx">           if ( $args ) {
</span><span class="cx">                  foreach ( $args as $arg ) {
</span><span class="cx">                          if ( ! empty( $arg['type'] ) ) {
</span><span class="lines">@@ -472,7 +457,7 @@
</span><span class="cx">                          }
</span><span class="cx">                  }
</span><span class="cx">          }
</span><del>-               
</del><ins>+
</ins><span class="cx">           return $arguments;
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="lines">@@ -561,7 +546,7 @@
</span><span class="cx">  }
</span><span class="cx"> 
</span><span class="cx">  /**
</span><del>-        * Compare two objects by name for sorting.
</del><ins>+         * Compare two objects by name for sorting.
</ins><span class="cx">    *
</span><span class="cx">   * @param WP_Post $a Post A
</span><span class="cx">   * @param WP_Post $b Post B
</span><span class="lines">@@ -572,4 +557,4 @@
</span><span class="cx">          return strcmp( $a->post_name, $b->post_name );
</span><span class="cx">  }
</span><span class="cx"> 
</span><del>-}
</del><ins>+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopermaincss"></a>
<div class="delfile"><h4>Deleted: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.css (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.css     2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.css        2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -1,1266 +0,0 @@
</span><del>-/* =Reset
--------------------------------------------------------------- */
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td {
-  border: 0;
-  font-family: inherit;
-  font-size: 100%;
-  font-style: inherit;
-  font-weight: inherit;
-  margin: 0;
-  outline: 0;
-  padding: 0;
-  vertical-align: baseline;
-}
-
-html {
-  font-size: 62.5%;
-  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
-  overflow-y: scroll;
-  /* Keeps page centered in all browsers regardless of content height */
-  -webkit-text-size-adjust: 100%;
-  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-  -ms-text-size-adjust: 100%;
-  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
-}
-
-body {
-  background: #fff;
-}
-
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-main,
-nav,
-section {
-  display: block;
-}
-
-ol, ul {
-  list-style: none;
-}
-
-table {
-  /* tables still need 'cellspacing="0"' in the markup */
-  border-collapse: separate;
-  border-spacing: 0;
-}
-
-caption, th, td {
-  font-weight: normal;
-  text-align: left;
-}
-
-blockquote:before, blockquote:after,
-q:before, q:after {
-  content: "";
-}
-
-blockquote, q {
-  quotes: "" "";
-}
-
-a:focus {
-  outline: thin dotted;
-}
-
-a:hover,
-a:active {
-  outline: 0;
-}
-
-a img {
-  border: 0;
-}
-
-/* =Global
------------------------------------------------ */
-body,
-button,
-input,
-select,
-textarea {
-  color: #404040;
-  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-  font-size: 16px;
-  font-size: 1.6rem;
-  line-height: 1.5;
-}
-
-/*
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*/
-
-#page {
-  padding-bottom: 1.5em;
-}
-.devhub-wrap {
-  /*
-  *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-  *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-  *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-  *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-  *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-  */
-  /* Headings */
-  /* Text elements */
-  /* Alignment */
-  /* Text meant only for screen readers */
-  /* Clearing */
-  /* =Content
-  ----------------------------------------------- */
-  /* =Media
-  ----------------------------------------------- */
-  /* Make sure embeds and iframes fit their containers */
-  /* =Comments
-  ----------------------------------------------- */
-  /* =Widgets
-  ----------------------------------------------- */
-  /* Make sure select elements fit in widgets */
-  /* Search widget */
-  /* =Infinite Scroll
-  ----------------------------------------------- */
-  /* Globally hidden elements when Infinite Scroll is supported and in use. */
-  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
-  /*
-   * Header area
-   */
-  /*
-   * section styles
-   */
-  /* Comments */
-}
-.devhub-wrap h1, .devhub-wrap h2, .devhub-wrap h3, .devhub-wrap h4, .devhub-wrap h5, .devhub-wrap h6 {
-  clear: both;
-}
-.devhub-wrap hr {
-  background-color: #dfdfdf;
-  border: 0;
-  height: 1px;
-  margin: 1.5em 0;
-}
-.devhub-wrap p {
-  margin-bottom: 1.5em;
-}
-.devhub-wrap ul, .devhub-wrap ol {
-  margin: 0 0 1.5em 3em;
-}
-.devhub-wrap ul {
-  list-style: disc;
-}
-.devhub-wrap ol {
-  list-style: decimal;
-}
-.devhub-wrap li > ul,
-.devhub-wrap li > ol {
-  margin-bottom: 0;
-  margin-left: 1.5em;
-}
-.devhub-wrap dt {
-  font-weight: bold;
-}
-.devhub-wrap dd {
-  margin: 0 1.5em 1.5em;
-}
-.devhub-wrap b, .devhub-wrap strong {
-  font-weight: bold;
-}
-.devhub-wrap dfn, .devhub-wrap cite, .devhub-wrap em, .devhub-wrap i {
-  font-style: italic;
-}
-.devhub-wrap blockquote {
-  margin: 0 1.5em;
-}
-.devhub-wrap address {
-  margin: 0 0 1.5em;
-}
-.devhub-wrap pre {
-  background: #eee;
-  font-family: "Courier 10 Pitch", Courier, monospace;
-  font-size: 15px;
-  font-size: 1.5rem;
-  line-height: 1.6;
-  margin-bottom: 1.6em;
-  max-width: 100%;
-  overflow: auto;
-  padding: 1.6em;
-}
-.devhub-wrap code, .devhub-wrap kbd, .devhub-wrap tt, .devhub-wrap var {
-  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
-}
-.devhub-wrap abbr, .devhub-wrap acronym {
-  border-bottom: 1px dotted #666;
-  cursor: help;
-}
-.devhub-wrap mark, .devhub-wrap ins {
-  background: #fff9c0;
-  text-decoration: none;
-}
-.devhub-wrap sup,
-.devhub-wrap sub {
-  font-size: 75%;
-  height: 0;
-  line-height: 0;
-  position: relative;
-  vertical-align: baseline;
-}
-.devhub-wrap sup {
-  bottom: 1ex;
-}
-.devhub-wrap sub {
-  top: .5ex;
-}
-.devhub-wrap small {
-  font-size: 75%;
-}
-.devhub-wrap big {
-  font-size: 125%;
-}
-.devhub-wrap figure {
-  margin: 0;
-}
-.devhub-wrap table {
-  margin: 0 0 1.5em;
-  width: 100%;
-}
-.devhub-wrap th {
-  font-weight: bold;
-}
-.devhub-wrap img {
-  height: auto;
-  /* Make sure images are scaled correctly. */
-  max-width: 100%;
-  /* Adhere to container width. */
-}
-.devhub-wrap button,
-.devhub-wrap input,
-.devhub-wrap select,
-.devhub-wrap textarea {
-  font-size: 100%;
-  /* Corrects font size not being inherited in all browsers */
-  margin: 0;
-  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
-  vertical-align: baseline;
-  /* Improves appearance and consistency in all browsers */
-  *vertical-align: middle;
-  /* Improves appearance and consistency in all browsers */
-}
-.devhub-wrap a.button,
-.devhub-wrap button,
-.devhub-wrap input {
-  line-height: normal;
-  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
-}
-.devhub-wrap a.button,
-.devhub-wrap button,
-.devhub-wrap input[type="button"],
-.devhub-wrap input[type="reset"],
-.devhub-wrap input[type="submit"] {
-  border: 1px solid #ccc;
-  border-color: #ccc #ccc #bbb #ccc;
-  border-radius: 3px;
-  background: #fff;
-  color: rgba(0, 0, 0, 0.8);
-  cursor: pointer;
-  /* Improves usability and consistency of cursor style between image-type 'input' and others */
-  font-size: 16px;
-  font-size: 1.6rem;
-  line-height: 1.1;
-  float: none;
-  height: auto;
-  padding: .6em 1.8em;
-}
-.devhub-wrap button,
-.devhub-wrap input[type="button"],
-.devhub-wrap input[type="reset"],
-.devhub-wrap input[type="submit"] {
-  -webkit-appearance: button;
-  /* Corrects inability to style clickable 'input' types in iOS */
-}
-.devhub-wrap a.button:hover,
-.devhub-wrap button:hover,
-.devhub-wrap input[type="button"]:hover,
-.devhub-wrap input[type="reset"]:hover,
-.devhub-wrap input[type="submit"]:hover {
-  border-color: #ccc #bbb #aaa #bbb;
-  background: #f0f0f0;
-}
-.devhub-wrap a.button:focus,
-.devhub-wrap button:focus,
-.devhub-wrap input[type="button"]:focus,
-.devhub-wrap input[type="reset"]:focus,
-.devhub-wrap input[type="submit"]:focus,
-.devhub-wrap button:active,
-.devhub-wrap input[type="button"]:active,
-.devhub-wrap input[type="reset"]:active,
-.devhub-wrap input[type="submit"]:active {
-  border-color: #aaa #bbb #bbb #bbb;
-  background: #f0f0f0;
-}
-.devhub-wrap input[type="checkbox"],
-.devhub-wrap input[type="radio"] {
-  padding: 0;
-  /* Addresses excess padding in IE8/9 */
-}
-.devhub-wrap input[type="search"] {
-  -webkit-appearance: textfield;
-  /* Addresses appearance set to searchfield in S5, Chrome */
-  -webkit-box-sizing: content-box;
-  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-  -moz-box-sizing: content-box;
-  box-sizing: content-box;
-}
-.devhub-wrap input[type="search"]::-webkit-search-decoration {
-  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-  -webkit-appearance: none;
-}
-.devhub-wrap button::-moz-focus-inner,
-.devhub-wrap input::-moz-focus-inner {
-  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
-  border: 0;
-  padding: 0;
-}
-.devhub-wrap input[type="text"],
-.devhub-wrap input[type="email"],
-.devhub-wrap input[type="url"],
-.devhub-wrap input[type="password"],
-.devhub-wrap input[type="search"],
-.devhub-wrap textarea {
-  color: #666;
-  border: 1px solid #ccc;
-  border-radius: 3px;
-}
-.devhub-wrap input[type="text"]:focus,
-.devhub-wrap input[type="email"]:focus,
-.devhub-wrap input[type="url"]:focus,
-.devhub-wrap input[type="password"]:focus,
-.devhub-wrap input[type="search"]:focus,
-.devhub-wrap textarea:focus {
-  color: #111;
-}
-.devhub-wrap input[type="text"],
-.devhub-wrap input[type="email"],
-.devhub-wrap input[type="url"],
-.devhub-wrap input[type="password"],
-.devhub-wrap input[type="search"] {
-  padding: 3px;
-}
-.devhub-wrap textarea {
-  overflow: auto;
-  /* Removes default vertical scrollbar in IE6/7/8/9 */
-  padding-left: 3px;
-  vertical-align: top;
-  /* Improves readability and alignment in all browsers */
-  width: 98%;
-}
-.devhub-wrap .alignleft {
-  display: inline;
-  float: left;
-  margin-right: 1.5em;
-}
-.devhub-wrap .alignright {
-  display: inline;
-  float: right;
-  margin-left: 1.5em;
-}
-.devhub-wrap .aligncenter {
-  clear: both;
-  display: block;
-  margin: 0 auto;
-}
-.devhub-wrap .screen-reader-text {
-  clip: rect(1px, 1px, 1px, 1px);
-  position: absolute !important;
-}
-.devhub-wrap .screen-reader-text:hover,
-.devhub-wrap .screen-reader-text:active,
-.devhub-wrap .screen-reader-text:focus {
-  background-color: #f1f1f1;
-  border-radius: 3px;
-  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-  clip: auto !important;
-  color: #21759b;
-  display: block;
-  font-size: 14px;
-  font-weight: bold;
-  height: auto;
-  left: 5px;
-  line-height: normal;
-  padding: 15px 23px 14px;
-  text-decoration: none;
-  top: 5px;
-  width: auto;
-  z-index: 100000;
-  /* Above WP toolbar */
-}
-.devhub-wrap .clear:before,
-.devhub-wrap .clear:after,
-.devhub-wrap .entry-content:before,
-.devhub-wrap .entry-content:after,
-.devhub-wrap .comment-content:before,
-.devhub-wrap .comment-content:after,
-.devhub-wrap .site-header:before,
-.devhub-wrap .site-header:after,
-.devhub-wrap .site-content:before,
-.devhub-wrap .site-content:after,
-.devhub-wrap .site-footer:before,
-.devhub-wrap .site-footer:after {
-  content: '';
-  display: table;
-}
-.devhub-wrap .clear:after,
-.devhub-wrap .entry-content:after,
-.devhub-wrap .comment-content:after,
-.devhub-wrap .site-header:after,
-.devhub-wrap .site-content:after,
-.devhub-wrap .site-footer:after {
-  clear: both;
-}
-.devhub-wrap .hentry {
-  margin: 0 0 1.5em;
-}
-.devhub-wrap .byline,
-.devhub-wrap .updated {
-  display: none;
-}
-.devhub-wrap .single .byline,
-.devhub-wrap .group-blog .byline {
-  display: inline;
-}
-.devhub-wrap .page-content,
-.devhub-wrap .entry-content,
-.devhub-wrap .entry-summary {
-  margin: 1.5em 0 0;
-}
-.devhub-wrap .page-links {
-  clear: both;
-  margin: 0 0 1.5em;
-}
-.devhub-wrap .page-content img.wp-smiley,
-.devhub-wrap .entry-content img.wp-smiley,
-.devhub-wrap .comment-content img.wp-smiley {
-  border: none;
-  margin-bottom: 0;
-  margin-top: 0;
-  padding: 0;
-}
-.devhub-wrap .wp-caption {
-  border: 1px solid #ccc;
-  margin-bottom: 1.5em;
-  max-width: 100%;
-}
-.devhub-wrap .wp-caption img[class*="wp-image-"] {
-  display: block;
-  margin: 1.2% auto 0;
-  max-width: 98%;
-}
-.devhub-wrap .wp-caption-text {
-  text-align: center;
-}
-.devhub-wrap .wp-caption .wp-caption-text {
-  margin: 0.8075em 0;
-}
-.devhub-wrap .site-main .gallery {
-  margin-bottom: 1.5em;
-}
-.devhub-wrap .site-main .gallery a img {
-  border: none;
-  height: auto;
-  max-width: 90%;
-}
-.devhub-wrap .site-main .gallery dd {
-  margin: 0;
-}
-.devhub-wrap embed,
-.devhub-wrap iframe,
-.devhub-wrap object {
-  max-width: 100%;
-}
-.devhub-wrap .comment-content a {
-  word-wrap: break-word;
-}
-.devhub-wrap .bypostauthor {
-  background: #eee;
-}
-.devhub-wrap .widget {
-  margin: 0 0 1.5em;
-}
-.devhub-wrap .widget select {
-  max-width: 100%;
-}
-.devhub-wrap .widget_search .search-submit {
-  display: none;
-}
-.devhub-wrap .infinite-scroll .paging-navigation,
-.devhub-wrap .infinite-scroll.neverending .site-footer {
-  /* Theme Footer (when set to scrolling) */
-  display: none;
-}
-.devhub-wrap .infinity-end.neverending .site-footer {
-  display: block;
-}
-.devhub-wrap *,
-.devhub-wrap *:before,
-.devhub-wrap *:after {
-  -moz-box-sizing: border-box;
-  -webkit-box-sizing: border-box;
-  box-sizing: border-box;
-}
-.devhub-wrap .site-main,
-.devhub-wrap .inner-wrap {
-  margin: 0 auto;
-  max-width: 60em;
-}
-.devhub-wrap .site-main {
-  padding: 0 10px;
-}
-.devhub-wrap .page-header {
-  margin-top: 1em;
-}
-.devhub-wrap a {
-  color: #21759b;
-}
-.devhub-wrap .site-main h2,
-.devhub-wrap .site-main h3,
-.devhub-wrap .site-main h4,
-.devhub-wrap .site-main h5,
-.devhub-wrap .site-main h6 {
-  color: #1e1e1e;
-  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
-}
-.devhub-wrap h2.widget-title,
-.devhub-wrap h3.widget-title {
-  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
-}
-.devhub-wrap #headline h2 a {
-  color: #555;
-  font-weight: 300;
-  font-size: 28px;
-  line-height: 1em;
-  text-shadow: #fff 0px 1px 0px;
-  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
-}
-.devhub-wrap h2 {
-  font-size: 28px;
-  font-size: 2.8rem;
-  line-height: 32px;
-  line-height: 3.2rem;
-}
-.devhub-wrap h3 {
-  font-size: 22px;
-  font-size: 2.2rem;
-  line-height: 26px;
-  line-height: 2.6rem;
-}
-.devhub-wrap h4 {
-  font-size: 18px;
-  font-size: 1.8rem;
-  line-height: 22px;
-  line-height: 2.2rem;
-  border-bottom: none;
-}
-.devhub-wrap h4 .dashicons {
-  font-size: 22px;
-  font-size: 2.2rem;
-  line-height: 22px;
-  line-height: 2.2rem;
-  height: 22px;
-  width: 22px;
-  height: 2.2rem;
-  width: 2.2rem;
-}
-.devhub-wrap button,
-.devhub-wrap input,
-.devhub-wrap select,
-.devhub-wrap textarea {
-  font-size: 100%;
-  /* Corrects font size not being inherited in all browsers */
-  margin: 0;
-  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
-  vertical-align: baseline;
-  /* Improves appearance and consistency in all browsers */
-  *vertical-align: middle;
-  /* Improves appearance and consistency in all browsers */
-  font-weight: 300;
-}
-.devhub-wrap button,
-.devhub-wrap input {
-  line-height: normal;
-  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
-}
-.devhub-wrap button,
-.devhub-wrap input[type="button"],
-.devhub-wrap input[type="reset"],
-.devhub-wrap input[type="submit"] {
-  text-decoration: none;
-}
-.devhub-wrap button.shiny-blue,
-.devhub-wrap input[type="button"].shiny-blue,
-.devhub-wrap input[type="reset"].shiny-blue,
-.devhub-wrap input[type="submit"].shiny-blue {
-  background-color: #21759b;
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
-  background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
-  background-image: -moz-linear-gradient(top, #2a95c5, #21759b);
-  background-image: -ms-linear-gradient(top, #2a95c5, #21759b);
-  background-image: -o-linear-gradient(top, #2a95c5, #21759b);
-  background-image: linear-gradient(to bottom, #2a95c5, #21759b);
-  border-color: #21759b;
-  border-bottom-color: #1e6a8d;
-  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
-  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
-  color: #fff;
-  text-decoration: none;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
-  padding: 3px 8px;
-}
-.devhub-wrap button.shiny-blue:hover,
-.devhub-wrap input[type="button"].shiny-blue:hover,
-.devhub-wrap input[type="reset"].shiny-blue:hover,
-.devhub-wrap input[type="submit"].shiny-blue:hover {
-  background-color: #278ab7;
-  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b));
-  background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b);
-  background-image: -moz-linear-gradient(top, #2e9fd2, #21759b);
-  background-image: -ms-linear-gradient(top, #2e9fd2, #21759b);
-  background-image: -o-linear-gradient(top, #2e9fd2, #21759b);
-  background-image: linear-gradient(to bottom, #2e9fd2, #21759b);
-  border-color: #1b607f;
-  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
-  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
-  color: #fff;
-  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
-}
-.devhub-wrap button:focus,
-.devhub-wrap input[type="button"]:focus,
-.devhub-wrap input[type="reset"]:focus,
-.devhub-wrap input[type="submit"]:focus,
-.devhub-wrap button:active,
-.devhub-wrap input[type="button"]:active,
-.devhub-wrap input[type="reset"]:active,
-.devhub-wrap input[type="submit"]:active {
-  border-color: #0e3950;
-  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
-  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
-}
-.devhub-wrap input[type="checkbox"],
-.devhub-wrap input[type="radio"] {
-  box-sizing: border-box;
-  /* Addresses box sizing set to content-box in IE8/9 */
-  padding: 0;
-  /* Addresses excess padding in IE8/9 */
-}
-.devhub-wrap input[type="search"] {
-  -webkit-appearance: textfield;
-  /* Addresses appearance set to searchfield in S5, Chrome */
-  -webkit-box-sizing: content-box;
-  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-  -moz-box-sizing: content-box;
-  box-sizing: content-box;
-}
-.devhub-wrap input[type="search"]::-webkit-search-decoration {
-  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-  -webkit-appearance: none;
-}
-.devhub-wrap button::-moz-focus-inner,
-.devhub-wrap input::-moz-focus-inner {
-  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
-  border: 0;
-  padding: 0;
-}
-.devhub-wrap input[type="text"],
-.devhub-wrap input[type="email"],
-.devhub-wrap input[type="url"],
-.devhub-wrap input[type="password"],
-.devhub-wrap input[type="search"],
-.devhub-wrap textarea {
-  color: #666;
-  border: 1px solid #ccc;
-  border-radius: 3px;
-}
-.devhub-wrap input[type="text"]:focus,
-.devhub-wrap input[type="email"]:focus,
-.devhub-wrap input[type="url"]:focus,
-.devhub-wrap input[type="password"]:focus,
-.devhub-wrap input[type="search"]:focus,
-.devhub-wrap textarea:focus {
-  color: #111;
-}
-.devhub-wrap input[type="text"],
-.devhub-wrap input[type="email"],
-.devhub-wrap input[type="url"],
-.devhub-wrap input[type="password"],
-.devhub-wrap input[type="search"] {
-  padding: 3px;
-}
-.devhub-wrap textarea {
-  overflow: auto;
-  /* Removes default vertical scrollbar in IE6/7/8/9 */
-  padding-left: 3px;
-  vertical-align: top;
-  /* Improves readability and alignment in all browsers */
-  width: 98%;
-}
-.devhub-wrap .site-header {
-  background: none repeat scroll 0 0 #F7F7F7;
-  border-bottom: 1px solid #DFDFDF;
-  height: 62px;
-}
-.devhub-wrap .site-branding {
-  width: 100%;
-}
-.devhub-wrap .site-branding a {
-  text-decoration: none;
-  color: #606060;
-}
-.devhub-wrap .site-branding .breadcrumb {
-  font-size: 13px;
-  font-size: 1.3rem;
-}
-.devhub-wrap .site-branding .breadcrumb .active {
-  font-weight: 600;
-}
-.devhub-wrap .breadcrumb-trail {
-  font-size: 13px;
-  margin-top: 1em;
-}
-.devhub-wrap .site-branding .site-title {
-  color: #555555;
-  float: left;
-  font-size: 28px;
-  line-height: 1em;
-  padding-left: 9px;
-  padding-top: 18px;
-  text-shadow: 0 1px 0 #FFFFFF;
-  font-weight: 300;
-}
-.devhub-wrap h1.entry-title,
-.devhub-wrap h1.page-title {
-  font-weight: 300;
-  font-size: 37px;
-  font-size: 3.7rem;
-  color: #606060;
-  text-align: center;
-}
-.devhub-wrap h1.entry-title a,
-.devhub-wrap h1.page-title a {
-  text-decoration: none;
-  color: #606060;
-}
-.devhub-wrap h1.single-entry-title,
-.devhub-wrap h2.entry-title {
-  text-align: left;
-  font-size: 30px;
-  font-size: 3rem;
-  padding: 0 0 24px;
-  padding: 0 0 2.4rem;
-}
-.devhub-wrap h1.single-entry-title a,
-.devhub-wrap h2.entry-title a {
-  text-decoration: none;
-  color: #606060;
-}
-.devhub-wrap .home-landing .section {
-  padding: 30px 0%;
-  padding: 3rem 0%;
-}
-.devhub-wrap .color.section {
-  color: #fff;
-}
-.devhub-wrap .section.blue {
-  background: #0F3D57;
-  padding: 30px 0;
-  padding: 3rem 0;
-}
-.devhub-wrap .reference-landing .section.search-guide {
-  padding-bottom: 0;
-}
-.devhub-wrap .reference-landing .section.topic-guide, .devhub-wrap .reference-landing .section.new-in-guide {
-  padding-top: 0;
-}
-.devhub-wrap .section.blue .box {
-  text-align: center;
-}
-.devhub-wrap .section.blue .box .widget-description {
-  padding: 1em 15%;
-}
-.devhub-wrap .section.blue .widget-title {
-  font-size: 62px;
-  font-size: 6.2rem;
-  line-height: 78px;
-  line-height: 7.8rem;
-}
-.devhub-wrap .section.blue .widget-title .dashicons {
-  font-size: 84px;
-  font-size: 8.4rem;
-  line-height: 84px;
-  line-height: 8.4rem;
-  height: 84px;
-  width: 84px;
-  height: 8.4rem;
-  width: 8.4rem;
-  margin-right: 16px;
-  margin-right: 1.6rem;
-}
-.devhub-wrap .section.gray {
-  background: #797878;
-  color: #fff;
-}
-.devhub-wrap .section.gray h2,
-.devhub-wrap .section.gray h3,
-.devhub-wrap .section.gray h4 {
-  color: #fff;
-}
-.devhub-wrap .section.gray .inner-wrap {
-  max-width: 700px;
-  max-width: 70rem;
-  margin: 0 auto;
-}
-.devhub-wrap .section.gray .inner-wrap .code-ref-left {
-  float: left;
-  width: 70%;
-  clear: none;
-}
-.devhub-wrap .section.gray .inner-wrap .code-ref-right {
-  float: left;
-  width: 30%;
-  clear: none;
-}
-.devhub-wrap .section.gray .inner-wrap .go {
-  float: right;
-}
-@media (max-width: 43em) {
-  .devhub-wrap .section.gray .inner-wrap .code-ref-left,
-  .devhub-wrap .section.gray .inner-wrap .code-ref-right {
-    float: none;
-    width: 100%;
-    padding: 1.5em 10%;
-    clear: both;
-    text-align: center;
-  }
-  .devhub-wrap .section.gray .inner-wrap .go {
-    float: none;
-  }
-}
-.devhub-wrap .section.gray .widget-title {
-  font-weight: 300;
-  font-size: 40px;
-  font-size: 5rem;
-  line-height: 50px;
-  line-height: 5rem;
-}
-.devhub-wrap .section.gray .widget-title .dashicons {
-  font-size: 50px;
-  font-size: 5rem;
-  line-height: 50px;
-  line-height: 5rem;
-  height: 50px;
-  width: 50px;
-  height: 5rem;
-  width: 5rem;
-}
-.devhub-wrap .section.gray .widget-description {
-  margin-left: 65px;
-  margin-left: 6.5rem;
-}
-.devhub-wrap .section .home-primary-content {
-  max-width: 600px;
-  max-width: 60rem;
-  margin: 0 auto;
-}
-.devhub-wrap .section.light-gray {
-  background: #f2f2f2;
-  color: #606060;
-}
-.devhub-wrap .section.light-gray .widget-title {
-  color: #606060;
-  font-weight: 600;
-}
-.devhub-wrap .section.light-gray .widget-title a {
-  color: #2D96C2;
-}
-.devhub-wrap .section.light-gray a {
-  color: #606060;
-  text-decoration: none;
-}
-.devhub-wrap .box {
-  padding: 30px;
-  padding: 3rem;
-  float: left;
-  clear: none;
-}
-.devhub-wrap .reference-landing .section {
-  max-width: 700px;
-  max-width: 70rem;
-  margin: 0 auto;
-}
-.devhub-wrap .reference-landing .section h2,
-.devhub-wrap .reference-landing .section h3,
-.devhub-wrap .reference-landing .section h4 {
-  margin-bottom: 1em;
-  color: #404040;
-}
-.devhub-wrap .reference-landing .section h2.widget-title,
-.devhub-wrap .reference-landing .section h3.widget-title,
-.devhub-wrap .reference-landing .section h4.widget-title {
-  margin-bottom: 0;
-}
-.devhub-wrap .reference-landing .box,
-.devhub-wrap .sidebar .box {
-  padding: 0;
-}
-.devhub-wrap .reference-landing .box .widget-title,
-.devhub-wrap .sidebar .box .widget-title {
-  padding: 10px 30px;
-  padding: 1rem 30px;
-  font-size: 16px;
-  font-size: 1.6rem;
-}
-.devhub-wrap .reference-landing .box .widget-content,
-.devhub-wrap .sidebar .box .widget-content {
-  padding: 16px 30px;
-  padding: 1.6rem 3rem;
-}
-.devhub-wrap .three-columns .box {
-  width: 31%;
-  margin: 1.15%;
-}
-.devhub-wrap .two-columns .box {
-  width: 48%;
-  margin: 1%;
-}
-.devhub-wrap .reference-landing {
-  padding: 1em 0;
-}
-.devhub-wrap .reference-landing .section {
-  padding: 1.5em 0;
-}
-.devhub-wrap .no-bullets,
-.devhub-wrap .sidebar .widget ul {
-  list-style-type: none;
-  margin: 0;
-  padding: 0;
-}
-.devhub-wrap .horizontal-list {
-  display: inline;
-  list-style-type: none;
-  margin: 0;
-  padding: 0;
-}
-.devhub-wrap .horizontal-list li {
-  display: inline;
-}
-.devhub-wrap .horizontal-list li a {
-  padding: 0px 40px;
-  padding: 0 4rem;
-  border-left: 1px solid #ccc;
-}
-.devhub-wrap .horizontal-list li:first-child a {
-  padding-left: 0;
-  border-left: none;
-}
-.devhub-wrap .reference-landing .searchform,
-.devhub-wrap .reference-landing .searchform input {
-  height: 50px;
-  height: 5rem;
-  margin-bottom: 1em;
-  width: 100%;
-}
-.devhub-wrap .reference-landing .searchform label {
-  width: 560px;
-  width: 56rem;
-  max-width: 100%;
-  margin-right: 15px;
-  display: inline-block;
-  float: left;
-}
-.devhub-wrap .reference-landing .searchform label .search-field input[type="text"] {
-  width: 100%;
-}
-.devhub-wrap .reference-landing .searchform {
-  overflow: hidden;
-  height: auto;
-}
-.devhub-wrap .reference-landing .searchform input[type="submit"] {
-  width: 85px;
-  width: 8.5rem;
-  float: left;
-}
-.devhub-wrap .view-all-new-in {
-  font-style: italic;
-}
-.devhub-wrap .box.transparent {
-  background: none;
-  color: #fff;
-}
-.devhub-wrap .box.transparent h2,
-.devhub-wrap .box.transparent h3,
-.devhub-wrap .box.transparent h4 {
-  color: #fff;
-}
-.devhub-wrap .box.gray {
-  background: #fff;
-  border: 1px solid #d8d8d8;
-}
-.devhub-wrap .box.gray .widget-title {
-  color: #666;
-  background: #d8d8d8;
-  text-transform: uppercase;
-}
-.devhub-wrap .box .unordered-list {
-  list-style-type: none;
-  padding: 0;
-  margin: 0;
-  font-size: 13px;
-  font-size: 1.3rem;
-  line-height: 30px;
-  line-height: 3rem;
-}
-.devhub-wrap .widget-description {
-  font-style: italic;
-  font-weight: 300;
-}
-.devhub-wrap .wp-parser-class, .devhub-wrap .wp-parser-function, .devhub-wrap .wp-parser-hook, .devhub-wrap .wp-parser-method {
-  border-bottom: 1px solid #dfdfdf;
-}
-.devhub-wrap .wp-parser-class h1, .devhub-wrap .wp-parser-function h1, .devhub-wrap .wp-parser-hook h1, .devhub-wrap .wp-parser-method h1 {
-  margin: 24px 0;
-  padding-left: 100px;
-}
-.devhub-wrap .wp-parser-class h1 a, .devhub-wrap .wp-parser-function h1 a, .devhub-wrap .wp-parser-hook h1 a, .devhub-wrap .wp-parser-method h1 a {
-  margin-left: -100px;
-  color: #24831d;
-  font-family: monospace;
-  font-size: 20px;
-}
-.devhub-wrap .wp-parser-class h1 a:hover, .devhub-wrap .wp-parser-function h1 a:hover, .devhub-wrap .wp-parser-hook h1 a:hover, .devhub-wrap .wp-parser-method h1 a:hover {
-  border-bottom: 1px dotted #21759b;
-}
-.devhub-wrap .wp-parser-class h1 a .hook-func, .devhub-wrap .wp-parser-function h1 a .hook-func, .devhub-wrap .wp-parser-hook h1 a .hook-func, .devhub-wrap .wp-parser-method h1 a .hook-func {
-  color: #888;
-}
-.devhub-wrap .wp-parser-class h1 a .arg-type, .devhub-wrap .wp-parser-function h1 a .arg-type, .devhub-wrap .wp-parser-hook h1 a .arg-type, .devhub-wrap .wp-parser-method h1 a .arg-type {
-  color: #cd2f23;
-}
-.devhub-wrap .wp-parser-class h1 a .arg-name, .devhub-wrap .wp-parser-function h1 a .arg-name, .devhub-wrap .wp-parser-hook h1 a .arg-name, .devhub-wrap .wp-parser-method h1 a .arg-name {
-  color: #0f55c8;
-}
-.devhub-wrap .wp-parser-class h1 a .arg-default, .devhub-wrap .wp-parser-function h1 a .arg-default, .devhub-wrap .wp-parser-hook h1 a .arg-default, .devhub-wrap .wp-parser-method h1 a .arg-default {
-  color: #000000;
-}
-.devhub-wrap .wp-parser-class h2, .devhub-wrap .wp-parser-function h2, .devhub-wrap .wp-parser-hook h2, .devhub-wrap .wp-parser-method h2 {
-  font-family: Georgia, ​Times, ​serif;
-  margin-bottom: .5em;
-}
-.devhub-wrap .wp-parser-class .parameters p, .devhub-wrap .wp-parser-function .parameters p, .devhub-wrap .wp-parser-hook .parameters p, .devhub-wrap .wp-parser-method .parameters p {
-  margin-bottom: 0;
-}
-.devhub-wrap .wp-parser-class .parameters dd .desc .type, .devhub-wrap .wp-parser-class .parameters dd .desc .required,
-.devhub-wrap .wp-parser-function .parameters dd .desc .type, .devhub-wrap .wp-parser-function .parameters dd .desc .required,
-.devhub-wrap .wp-parser-hook .parameters dd .desc .type, .devhub-wrap .wp-parser-hook .parameters dd .desc .required,
-.devhub-wrap .wp-parser-method .parameters dd .desc .type, .devhub-wrap .wp-parser-method .parameters dd .desc .required {
-  font-style: italic;
-}
-.devhub-wrap .wp-parser-class .parameters dd .default, .devhub-wrap .wp-parser-function .parameters dd .default, .devhub-wrap .wp-parser-hook .parameters dd .default, .devhub-wrap .wp-parser-method .parameters dd .default {
-  font-style: italic;
-}
-.devhub-wrap .wp-parser-class .learn-more, .devhub-wrap .wp-parser-function .learn-more, .devhub-wrap .wp-parser-hook .learn-more, .devhub-wrap .wp-parser-method .learn-more {
-  background-color: #f1f1f1;
-  border: 1px solid #dfdfdf;
-  border-radius: 5px;
-  padding: 20px;
-}
-.devhub-wrap .loop-pagination {
-  text-align: center;
-  font-size: 18px;
-  margin-bottom: 20px;
-}
-@media (max-width: 43em) {
-  .devhub-wrap .section .box,
-  .devhub-wrap .home-primary-content,
-  .devhub-wrap .reference-landing .section {
-    float: none;
-    width: 100%;
-    padding: 1.5em 10%;
-    clear: both;
-    text-align: center;
-    display: block;
-  }
-  .devhub-wrap .reference-landing .section .box,
-  .devhub-wrap .sidebar .box {
-    padding: 0;
-    margin-bottom: 1.5em;
-  }
-  .devhub-wrap .home-primary-content .entry-content,
-  .devhub-wrap .reference-landing .section {
-    text-align: left;
-  }
-  .devhub-wrap .horizontal-list li {
-    display: block;
-  }
-  .devhub-wrap .horizontal-list li a {
-    border-left: none;
-  }
-  .devhub-wrap .horizontal-list li:first-child a {
-    padding: 0 40px;
-    padding: 0 4rem;
-  }
-  .devhub-wrap .reference-landing .searchform input[type="text"],
-  .devhub-wrap .reference-landing .searchform input[type="submit"] {
-    width: 100%;
-    margin-right: 0;
-    margin-bottom: 1em;
-    float: none;
-    clear: both;
-  }
-}
-.devhub-wrap .comment-list,
-.devhub-wrap .comment-list ol {
-  list-style: none;
-  margin: 0 0 1.5em 0;
-  border-top: 1px solid #eee;
-  padding: 0;
-}
-.devhub-wrap .comment-list li {
-  padding: 24px 24px 0 24px;
-  padding: 1.5rem 1.5rem 0 1.5rem;
-  border: 1px solid #eee;
-  border-top: none;
-  background: #fff;
-}
-.devhub-wrap .comment-list .avatar {
-  float: left;
-  width: 2.5em;
-  height: 2.5em;
-  margin: 0 1em 0.5em 0;
-  padding: 0.125em;
-  border: 1px solid #eee;
-}
-.devhub-wrap .comment-meta {
-  margin: 0 0 1.5em 0;
-  font-size: 0.75em;
-}
-.devhub-wrap .comment-content {
-  margin-left: 60px;
-  margin-left: 3.75rem;
-  margin-left: 0;
-  clear: both;
-}
-.devhub-wrap .comment-content ol {
-  list-style: decimal inside;
-  margin: 0 0 1.5em 0;
-  border-top: none;
-  margin: 0 0 1.5em 1.5em;
-  padding: 0;
-}
-.devhub-wrap .comment-content ul {
-  list-style: square inside;
-  margin: 0 0 1.5em 0;
-  border-top: none;
-  margin: 0 0 1.5em 1.5em;
-  padding: 0;
-}
-.devhub-wrap .comment-content li {
-  border: none;
-  padding: 0;
-}
-.devhub-wrap #respond {
-  overflow: hidden;
-}
-.devhub-wrap .comment-list #respond {
-  margin: 1.5em 0 0;
-}
-.devhub-wrap #respond .log-in-out a {
-  font-style: italic;
-}
-.devhub-wrap #reply-title small a {
-  font-style: italic;
-}
-.devhub-wrap #respond #submit {
-  float: left;
-  margin: 0 0 1.5em;
-}
-
-@media (max-width: 60em) {
-  .devhub-wrap {
-    max-width: 100%;
-    width: 100%;
-  }
-  .devhub-wrap .site-main,
-  .devhub-wrap .inner-wrap {
-    max-width: 100%;
-    padding: 0 1%;
-  }
-}
-/*
- * Content
- *
- */
-.has-sidebar.content-area {
-  float: none;
-  margin: 0 auto;
-  width: 60em;
-}
-
-.has-sidebar .site-main {
-  float: right;
-  width: 67%;
-  margin: 0;
-  clear: none;
-  padding: 0 12px;
-  padding: 0 1.2rem;
-}
-.has-sidebar .widget-area {
-  float: left;
-  overflow: hidden;
-  width: 30%;
-  margin-left: -55px;
-  margin: 0;
-  clear: none;
-}
-.has-sidebar .widget-area .widget {
-  width: 100%;
-}
-
-@media (max-width: 60em) {
-  .has-sidebar.content-area {
-    width: 100%;
-  }
-}
-@media (max-width: 43em) {
-  .has-sidebar .site-main {
-    float: right;
-    width: 96%;
-    margin: 0 auto;
-    clear: both;
-    padding: 0 12px;
-    padding: 0 1.2rem;
-  }
-  .has-sidebar .widget-area {
-    float: none;
-    overflow: hidden;
-    width: 80%;
-    margin: 0 auto;
-    clear: both;
-  }
-  .has-sidebar .widget-area .widget {
-    width: 100%;
-  }
-}
</del></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopermainscss"></a>
<div class="delfile"><h4>Deleted: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.scss (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.scss    2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.scss       2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -1,1396 +0,0 @@
</span><del>-$header-font: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
-$body-font: "Helvetica Neue",Helvetica,Arial,sans-serif;
-$code-font: monospace;
-$serif-font: Georgia,​Times,​serif;
-
-/* =Reset
--------------------------------------------------------------- */
-
-html, body, div, span, applet, object, iframe,
-h1, h2, h3, h4, h5, h6, p, blockquote, pre,
-a, abbr, acronym, address, big, cite, code,
-del, dfn, em, font, ins, kbd, q, s, samp,
-small, strike, strong, sub, sup, tt, var,
-dl, dt, dd, ol, ul, li,
-fieldset, form, label, legend,
-table, caption, tbody, tfoot, thead, tr, th, td {
-       border: 0;
-       font-family: inherit;
-       font-size: 100%;
-       font-style: inherit;
-       font-weight: inherit;
-       margin: 0;
-       outline: 0;
-       padding: 0;
-       vertical-align: baseline;
-}
-html {
-       font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
-       overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
-       -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-       -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
-}
-
-body {
-       background: #fff;
-}
-article,
-aside,
-details,
-figcaption,
-figure,
-footer,
-header,
-main,
-nav,
-section {
-       display: block;
-}
-ol, ul {
-       list-style: none;
-}
-table { /* tables still need 'cellspacing="0"' in the markup */
-       border-collapse: separate;
-       border-spacing: 0;
-}
-caption, th, td {
-       font-weight: normal;
-       text-align: left;
-}
-blockquote:before, blockquote:after,
-q:before, q:after {
-       content: "";
-}
-blockquote, q {
-       quotes: "" "";
-}
-a:focus {
-       outline: thin dotted;
-}
-a:hover,
-a:active {
-       outline: 0;
-}
-a img {
-       border: 0;
-}
-
-
-/* =Global
------------------------------------------------ */
-
-body,
-button,
-input,
-select,
-textarea {
-       color: #404040;
-       font-family: $body-font;
-       font-size: 16px;
-       font-size: 1.6rem;
-       line-height: 1.5;
-}
-
-
-
-
-/*
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*  =========== Devhub Custom ========== Devhub Custom ========== Devhub Custom =====
-*/
-
-#page {
-       padding-bottom: 1.5em;
-}
-//Global Fonts
-.devhub-wrap {
-       /*
-       *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-       *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-       *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-       *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-       *  =========== Port _s defaults ========== Port _s defaults ========== Port _s defaults =====
-       */
-
-       /* Headings */
-       h1, h2, h3, h4, h5, h6 {
-               clear: both;
-       }
-       hr {
-               background-color: #dfdfdf;
-               border: 0;
-               height: 1px;
-               margin: 1.5em 0;
-       }
-
-       /* Text elements */
-       p {
-               margin-bottom: 1.5em;
-       }
-       ul, ol {
-               margin: 0 0 1.5em 3em;
-       }
-       ul {
-               list-style: disc;
-       }
-       ol {
-               list-style: decimal;
-       }
-       li > ul,
-       li > ol {
-               margin-bottom: 0;
-               margin-left: 1.5em;
-       }
-       dt {
-               font-weight: bold;
-       }
-       dd {
-               margin: 0 1.5em 1.5em;
-       }
-       b, strong {
-               font-weight: bold;
-       }
-       dfn, cite, em, i {
-               font-style: italic;
-       }
-       blockquote {
-               margin: 0 1.5em;
-       }
-       address {
-               margin: 0 0 1.5em;
-       }
-       pre {
-               background: #eee;
-               font-family: "Courier 10 Pitch", Courier, monospace;
-               font-size: 15px;
-               font-size: 1.5rem;
-               line-height: 1.6;
-               margin-bottom: 1.6em;
-               max-width: 100%;
-               overflow: auto;
-               padding: 1.6em;
-       }
-       code, kbd, tt, var {
-               font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
-       }
-       abbr, acronym {
-               border-bottom: 1px dotted #666;
-               cursor: help;
-       }
-       mark, ins {
-               background: #fff9c0;
-               text-decoration: none;
-       }
-       sup,
-       sub {
-               font-size: 75%;
-               height: 0;
-               line-height: 0;
-               position: relative;
-               vertical-align: baseline;
-       }
-       sup {
-               bottom: 1ex;
-       }
-       sub {
-               top: .5ex;
-       }
-       small {
-               font-size: 75%;
-       }
-       big {
-               font-size: 125%;
-       }
-       figure {
-               margin: 0;
-       }
-       table {
-               margin: 0 0 1.5em;
-               width: 100%;
-       }
-       th {
-               font-weight: bold;
-       }
-       img {
-               height: auto; /* Make sure images are scaled correctly. */
-               max-width: 100%; /* Adhere to container width. */
-       }
-       button,
-       input,
-       select,
-       textarea {
-               font-size: 100%; /* Corrects font size not being inherited in all browsers */
-               margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
-               vertical-align: baseline; /* Improves appearance and consistency in all browsers */
-               *vertical-align: middle; /* Improves appearance and consistency in all browsers */
-       }
-       a.button,
-       button,
-       input {
-               line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
-       }
-       a.button,
-       button,
-       input[type="button"],
-       input[type="reset"],
-       input[type="submit"] {
-               border: 1px solid #ccc;
-               border-color: #ccc #ccc #bbb #ccc;
-               border-radius: 3px;
-               background: #fff;
-               color: rgba(0, 0, 0, .8);
-               cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-               font-size: 16px;
-               font-size: 1.6rem;
-               line-height: 1.1;
-               float: none;
-               height: auto;
-               padding: .6em 1.8em;
-       }
-       button,
-       input[type="button"],
-       input[type="reset"],
-       input[type="submit"] {
-               -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
-       }
-       a.button:hover,
-       button:hover,
-       input[type="button"]:hover,
-       input[type="reset"]:hover,
-       input[type="submit"]:hover {
-               border-color: #ccc #bbb #aaa #bbb;
-               background: #f0f0f0;
-       }
-       a.button:focus,
-       button:focus,
-       input[type="button"]:focus,
-       input[type="reset"]:focus,
-       input[type="submit"]:focus,
-       button:active,
-       input[type="button"]:active,
-       input[type="reset"]:active,
-       input[type="submit"]:active {
-               border-color: #aaa #bbb #bbb #bbb;
-               background: #f0f0f0;
-       }
-       input[type="checkbox"],
-       input[type="radio"] {
-               padding: 0; /* Addresses excess padding in IE8/9 */
-       }
-       input[type="search"] {
-               -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-               -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-               -moz-box-sizing:    content-box;
-               box-sizing:         content-box;
-       }
-       input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-               -webkit-appearance: none;
-       }
-       button::-moz-focus-inner,
-       input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
-               border: 0;
-               padding: 0;
-       }
-       input[type="text"],
-       input[type="email"],
-       input[type="url"],
-       input[type="password"],
-       input[type="search"],
-       textarea {
-               color: #666;
-               border: 1px solid #ccc;
-               border-radius: 3px;
-       }
-       input[type="text"]:focus,
-       input[type="email"]:focus,
-       input[type="url"]:focus,
-       input[type="password"]:focus,
-       input[type="search"]:focus,
-       textarea:focus {
-               color: #111;
-       }
-       input[type="text"],
-       input[type="email"],
-       input[type="url"],
-       input[type="password"],
-       input[type="search"] {
-               padding: 3px;
-       }
-       textarea {
-               overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
-               padding-left: 3px;
-               vertical-align: top; /* Improves readability and alignment in all browsers */
-               width: 98%;
-       }
-
-
-       /* Alignment */
-       .alignleft {
-               display: inline;
-               float: left;
-               margin-right: 1.5em;
-       }
-       .alignright {
-               display: inline;
-               float: right;
-               margin-left: 1.5em;
-       }
-       .aligncenter {
-               clear: both;
-               display: block;
-               margin: 0 auto;
-       }
-
-       /* Text meant only for screen readers */
-       .screen-reader-text {
-               clip: rect(1px, 1px, 1px, 1px);
-               position: absolute !important;
-       }
-
-       .screen-reader-text:hover,
-       .screen-reader-text:active,
-       .screen-reader-text:focus {
-               background-color: #f1f1f1;
-               border-radius: 3px;
-               box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
-               clip: auto !important;
-               color: #21759b;
-               display: block;
-               font-size: 14px;
-               font-weight: bold;
-               height: auto;
-               left: 5px;
-               line-height: normal;
-               padding: 15px 23px 14px;
-               text-decoration: none;
-               top: 5px;
-               width: auto;
-               z-index: 100000; /* Above WP toolbar */
-       }
-
-       /* Clearing */
-       .clear:before,
-       .clear:after,
-       .entry-content:before,
-       .entry-content:after,
-       .comment-content:before,
-       .comment-content:after,
-       .site-header:before,
-       .site-header:after,
-       .site-content:before,
-       .site-content:after,
-       .site-footer:before,
-       .site-footer:after {
-               content: '';
-               display: table;
-       }
-
-       .clear:after,
-       .entry-content:after,
-       .comment-content:after,
-       .site-header:after,
-       .site-content:after,
-       .site-footer:after {
-               clear: both;
-       }
-
-       /* =Content
-       ----------------------------------------------- */
-
-       .sticky {
-       }
-       .hentry {
-               margin: 0 0 1.5em;
-       }
-       .byline,
-       .updated {
-               display: none;
-       }
-       .single .byline,
-       .group-blog .byline {
-               display: inline;
-       }
-       .page-content,
-       .entry-content,
-       .entry-summary {
-               margin: 1.5em 0 0;
-       }
-       .page-links {
-               clear: both;
-               margin: 0 0 1.5em;
-       }
-
-       /* =Media
-       ----------------------------------------------- */
-
-       .page-content img.wp-smiley,
-       .entry-content img.wp-smiley,
-       .comment-content img.wp-smiley {
-               border: none;
-               margin-bottom: 0;
-               margin-top: 0;
-               padding: 0;
-       }
-       .wp-caption {
-               border: 1px solid #ccc;
-               margin-bottom: 1.5em;
-               max-width: 100%;
-       }
-       .wp-caption img[class*="wp-image-"] {
-               display: block;
-               margin: 1.2% auto 0;
-               max-width: 98%;
-       }
-       .wp-caption-text {
-               text-align: center;
-       }
-       .wp-caption .wp-caption-text {
-               margin: 0.8075em 0;
-       }
-       .site-main .gallery {
-               margin-bottom: 1.5em;
-       }
-       .gallery-caption {
-       }
-       .site-main .gallery a img {
-               border: none;
-               height: auto;
-               max-width: 90%;
-       }
-       .site-main .gallery dd {
-               margin: 0;
-       }
-       .site-main .gallery-columns-4 .gallery-item {
-       }
-       .site-main .gallery-columns-4 .gallery-item img {
-       }
-
-       /* Make sure embeds and iframes fit their containers */
-       embed,
-       iframe,
-       object {
-               max-width: 100%;
-       }
-
-       /* =Comments
-       ----------------------------------------------- */
-
-       .comment-content a {
-               word-wrap: break-word;
-       }
-       .bypostauthor {
-               background: #eee;
-       }
-
-
-       /* =Widgets
-       ----------------------------------------------- */
-
-       .widget {
-               margin: 0 0 1.5em;
-       }
-
-       /* Make sure select elements fit in widgets */
-       .widget select {
-               max-width: 100%;
-       }
-
-       /* Search widget */
-       .widget_search .search-submit {
-               display: none;
-       }
-
-
-       /* =Infinite Scroll
-       ----------------------------------------------- */
-
-       /* Globally hidden elements when Infinite Scroll is supported and in use. */
-       .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
-       .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
-               display: none;
-       }
-
-       /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
-       .infinity-end.neverending .site-footer {
-               display: block;
-       }
-
-
-       *,
-       *:before,
-       *:after {
-         -moz-box-sizing: border-box;
-         -webkit-box-sizing: border-box;
-         box-sizing: border-box;
-       }
-
-       .site-main,
-       .inner-wrap {
-               margin: 0 auto;
-               max-width: 60em;
-       }
-  .site-main {
-    padding: 0 10px;
-  }
-       .page-header {
-               margin-top: 1em;
-       }
-
-       a {
-               color: #21759b;
-       }
-
-       .site-main {
-               h2,
-               h3,
-               h4,
-               h5,
-               h6 {
-                       color: #1e1e1e;
-                       font-family: $header-font;
-               }
-
-       }
-
-       h2.widget-title,
-       h3.widget-title {
-               font-family: $header-font;
-       }
-
-       #headline h2 a {
-               color: #555;
-               font-weight: 300;
-               font-size: 28px;
-               line-height: 1em;
-               text-shadow: #fff 0px 1px 0px;
-               font-family: $header-font;
-       }
-
-       h2 {
-               font-size: 28px;
-               font-size: 2.8rem;
-               line-height: 32px;
-               line-height: 3.2rem;
-       }
-       h3 {
-               font-size: 22px;
-               font-size: 2.2rem;
-               line-height: 26px;
-               line-height: 2.6rem;
-       }
-       h4 {
-               font-size: 18px;
-               font-size: 1.8rem;
-               line-height: 22px;
-               line-height: 2.2rem;
-               border-bottom: none;
-
-               .dashicons {
-                       font-size: 22px;
-                       font-size: 2.2rem;
-                       line-height: 22px;
-                       line-height: 2.2rem;
-                       height: 22px;
-                       width: 22px;
-                       height: 2.2rem;
-                       width: 2.2rem;
-               }
-       }
-
-
-       button,
-       input,
-       select,
-       textarea {
-               font-size: 100%; /* Corrects font size not being inherited in all browsers */
-               margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
-               vertical-align: baseline; /* Improves appearance and consistency in all browsers */
-               *vertical-align: middle; /* Improves appearance and consistency in all browsers */
-               font-weight: 300;
-       }
-       button,
-       input {
-               line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
-       }
-       button,
-       input[type="button"],
-       input[type="reset"],
-       input[type="submit"] {
-               text-decoration: none;
-       }
-       button.shiny-blue,
-       input[type="button"].shiny-blue,
-       input[type="reset"].shiny-blue,
-       input[type="submit"].shiny-blue {
-               background-color: #21759b;
-               background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
-               background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
-               background-image:    -moz-linear-gradient(top, #2a95c5, #21759b);
-               background-image:     -ms-linear-gradient(top, #2a95c5, #21759b);
-               background-image:      -o-linear-gradient(top, #2a95c5, #21759b);
-               background-image:   linear-gradient(to bottom, #2a95c5, #21759b);
-               border-color: #21759b;
-               border-bottom-color: #1e6a8d;
-               -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
-               box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
-               color: #fff;
-               text-decoration: none;
-               text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-               padding: 3px 8px;
-       }
-       button.shiny-blue:hover,
-       input[type="button"].shiny-blue:hover,
-       input[type="reset"].shiny-blue:hover,
-       input[type="submit"].shiny-blue:hover {
-               background-color: #278ab7;
-               background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b));
-               background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b);
-               background-image:    -moz-linear-gradient(top, #2e9fd2, #21759b);
-               background-image:     -ms-linear-gradient(top, #2e9fd2, #21759b);
-               background-image:      -o-linear-gradient(top, #2e9fd2, #21759b);
-               background-image:   linear-gradient(to bottom, #2e9fd2, #21759b);
-               border-color: #1b607f;
-               -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-               box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-               color: #fff;
-               text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
-       }
-       button:focus,
-       input[type="button"]:focus,
-       input[type="reset"]:focus,
-       input[type="submit"]:focus,
-       button:active,
-       input[type="button"]:active,
-       input[type="reset"]:active,
-       input[type="submit"]:active {
-               border-color: #0e3950;
-               -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
-               box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
-       }
-       input[type="checkbox"],
-       input[type="radio"] {
-               box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
-               padding: 0; /* Addresses excess padding in IE8/9 */
-       }
-       input[type="search"] {
-               -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-               -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-               -moz-box-sizing:    content-box;
-               box-sizing:         content-box;
-       }
-       input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-               -webkit-appearance: none;
-       }
-       button::-moz-focus-inner,
-       input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
-               border: 0;
-               padding: 0;
-       }
-       input[type="text"],
-       input[type="email"],
-       input[type="url"],
-       input[type="password"],
-       input[type="search"],
-       textarea {
-               color: #666;
-               border: 1px solid #ccc;
-               border-radius: 3px;
-       }
-       input[type="text"]:focus,
-       input[type="email"]:focus,
-       input[type="url"]:focus,
-       input[type="password"]:focus,
-       input[type="search"]:focus,
-       textarea:focus {
-               color: #111;
-       }
-       input[type="text"],
-       input[type="email"],
-       input[type="url"],
-       input[type="password"],
-       input[type="search"] {
-               padding: 3px;
-       }
-       textarea {
-               overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
-               padding-left: 3px;
-               vertical-align: top; /* Improves readability and alignment in all browsers */
-               width: 98%;
-       }
-
-       /*
-        * Header area
-        */
-
-       .site-header {
-           background: none repeat scroll 0 0 #F7F7F7;
-       border-bottom: 1px solid #DFDFDF;
-               height: 62px;
-       }
-       .site-branding {
-               width: 100%;
-               a {
-                       text-decoration: none;
-                       color: #606060;
-               }
-               .breadcrumb {
-                       .active {
-                               font-weight: 600;
-                       }
-
-                       font-size: 13px;
-                       font-size: 1.3rem;
-
-               }
-
-               .site-title {
-                   color: #555555;
-                   float: left;
-                   font-size: 28px;
-                   line-height: 1em;
-                   padding-left: 9px;
-                   padding-top: 18px;
-                   text-shadow: 0 1px 0 #FFFFFF;
-                   font-weight: 300;
-               }
-
-       }
-       .breadcrumb-trail {
-               font-size: 13px;
-               margin-top: 1em;
-       }
-       h1.entry-title,
-       h1.page-title {
-               font-weight: 300;
-               font-size: 37px;
-               font-size: 3.7rem;
-               color: #606060;
-               text-align: center;
-               a {
-                       text-decoration: none;
-                       color: #606060;
-               }
-       }
-
-       h1.single-entry-title,
-       h2.entry-title {
-               text-align: left;
-               font-size: 30px;
-               font-size: 3rem;
-               padding: 0 0 24px;
-               padding: 0 0 2.4rem;
-
-               a {
-                       text-decoration: none;
-                       color: #606060;
-               }
-       }
-
-       /*
-        * section styles
-        */
-
-       .home-landing .section {
-               padding: 30px 0%;
-               padding: 3rem 0%;
-       }
-       .color.section {
-               color: #fff;
-       }
-       .section.blue {
-               background: #0F3D57;
-               padding: 30px 0;
-               padding: 3rem 0;
-
-               .box {
-                       text-align: center;
-
-                       .widget-description {
-                               padding: 1em 15%;
-                       }
-               }
-
-               .widget-title {
-
-                       font-size: 62px;
-                       font-size: 6.2rem;
-                       line-height: 78px;
-                       line-height: 7.8rem;
-                       .dashicons {
-                               font-size: 84px;
-                               font-size: 8.4rem;
-                               line-height: 84px;
-                               line-height: 8.4rem;
-                               height: 84px;
-                               width: 84px;
-                               height: 8.4rem;
-                               width: 8.4rem;
-                               margin-right: 16px;
-                               margin-right: 1.6rem;
-                       }
-               }
-
-       }
-
-       .section.gray {
-               background: #797878;
-               color: #fff;
-               h2,
-               h3,
-               h4 {
-                       color: #fff;
-               }
-               .inner-wrap {
-                       max-width: 700px;
-                       max-width: 70rem;
-                       margin: 0 auto;
-
-                       .code-ref-left {
-                               float: left;
-                               width: 70%;
-                               clear: none;
-                       }
-                       .code-ref-right {
-                               float: left;
-                               width: 30%;
-                               clear: none;
-                       }
-
-                       .go {
-                               float: right;
-                       }
-
-                       @media ( max-width: 43em ) {
-
-                               .code-ref-left,
-                               .code-ref-right {
-                                       float: none;
-                                       width: 100%;
-                                       padding: 1.5em 10%;
-                                       clear: both;
-                                       text-align: center;
-                               }
-
-                               .go {
-                                       float: none;
-                               }
-
-                       }
-
-               }
-
-               .widget-title {
-                       font-weight: 300;
-                       font-size: 40px;
-                       font-size: 5rem;
-                       line-height: 50px;
-                       line-height: 5rem;
-                       .dashicons {
-                               font-size: 50px;
-                               font-size: 5rem;
-                               line-height: 50px;
-                               line-height: 5rem;
-                               height: 50px;
-                               width: 50px;
-                               height: 5rem;
-                               width: 5rem;
-                       }
-               }
-               .widget-description {
-                       margin-left: 65px;
-                       margin-left: 6.5rem;
-               }
-
-       }
-
-       .section .home-primary-content {
-               max-width: 600px;
-               max-width: 60rem;
-               margin: 0 auto;
-       }
-
-       .section.light-gray {
-               background: #f2f2f2;
-               color: #606060;
-               .widget-title {
-                       color: #606060;
-                       font-weight: 600;
-
-                       a {
-                               color: #2D96C2;
-                       }
-               }
-               a {
-                       color: #606060;
-                       text-decoration: none;
-               }
-       }
-
-
-       .box {
-               padding: 30px;
-               padding: 3rem;
-               float: left;
-               clear: none;
-       }
-
-       .reference-landing .section {
-               max-width: 700px;
-               max-width: 70rem;
-               margin: 0 auto;
-
-               h2,
-               h3,
-               h4 {
-                       margin-bottom: 1em;
-                       color: #404040;
-               }
-
-               h2.widget-title,
-               h3.widget-title,
-               h4.widget-title {
-                       margin-bottom: 0;
-               }
-       }
-       .reference-landing .section.search-guide {
-               padding-bottom: 0;
-       }
-       .reference-landing {
-               .section.topic-guide, .section.new-in-guide  {
-                       padding-top: 0;
-               }
-       }
-       .reference-landing .box,
-       .sidebar .box {
-               padding: 0;
-
-
-               .widget-title {
-                       padding: 10px 30px;
-                       padding: 1rem 30px;
-                       font-size: 16px;
-                       font-size: 1.6rem;
-               }
-               .widget-content {
-                       padding: 16px 30px;
-                       padding: 1.6rem 3rem;
-               }
-
-       }
-
-       .three-columns .box {
-               width: 31%;
-               margin: 1.15%;
-       }
-
-       .two-columns .box {
-               width: 48%;
-               margin: 1%;
-       }
-
-       .reference-landing {
-               padding: 1em 0;
-       }
-
-       .reference-landing .section {
-               padding: 1.5em 0;
-       }
-
-       .no-bullets,
-       .sidebar .widget ul {
-               list-style-type: none;
-               margin: 0;
-               padding: 0;
-       }
-       .horizontal-list {
-               display: inline;
-               list-style-type: none;
-               margin: 0;
-               padding: 0;
-       }
-       .horizontal-list li {
-               display: inline;
-       }
-       .horizontal-list li a {
-               padding: 0px 40px;
-               padding: 0 4rem;
-               border-left: 1px solid #ccc;
-       }
-       .horizontal-list li:first-child a {
-               padding-left: 0;
-               border-left: none;
-       }
-
-       .reference-landing .searchform,
-       .reference-landing .searchform input {
-               height: 50px;
-               height: 5rem;
-               margin-bottom: 1em;
-               width: 100%;
-       }
-
-       .reference-landing .searchform label {
-               width: 560px;
-               width: 56rem;
-               max-width: 100%;
-               margin-right: 15px;
-               display: inline-block;
-               float: left;
-               .search-field input[type="text"] {
-                       width: 100%;
-               }
-       }
-
-       .reference-landing .searchform {
-               overflow: hidden;
-               height: auto;
-       }
-
-       .reference-landing .searchform input[type="submit"] {
-               width: 85px;
-               width: 8.5rem;
-               float: left;
-       }
-
-       .view-all-new-in {
-               font-style: italic;
-       }
-
-       .box.transparent {
-               background: none;
-               color: #fff;
-
-               h2,
-               h3,
-               h4 {
-                       color: #fff;
-               }
-       }
-
-       .box.gray {
-               background: #fff;
-               border: 1px solid #d8d8d8;
-               .widget-title {
-                       color: #666;
-                       background: #d8d8d8;
-                       text-transform: uppercase;
-               }
-
-       }
-
-       .box .unordered-list {
-               list-style-type: none;
-               padding: 0;
-               margin: 0;
-               font-size: 13px;
-               font-size: 1.3rem;
-               line-height: 30px;
-               line-height: 3rem;
-       }
-
-       .widget-description {
-               font-style: italic;
-               font-weight: 300;
-       }
-       .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method {
-               border-bottom: 1px solid #dfdfdf;
-               h1 {
-                       margin: 24px 0;
-                       padding-left: 100px;
-                       a {
-                               margin-left: -100px;
-                               color: #24831d;
-                               font-family: $code-font;
-                               font-size: 20px;
-                               .hook-func {
-                                       color: #888;
-                               }
-                               .arg-type {
-                                       color: #cd2f23;
-                               }
-                               .arg-name {
-                                       color: #0f55c8;
-                               }
-                               .arg-default {
-                                       color: #000000;
-                               }
-                       }
-                       a:hover {
-                               border-bottom: 1px dotted #21759b;
-                       }
-               }
-               h2 {
-                       font-family: $serif-font;
-                       margin-bottom: .5em;
-               }
-               .parameters {
-                       p {
-                               margin-bottom: 0;
-                       }
-                       dd {
-                               .desc {
-                                       .type, .required {
-                                               font-style: italic;
-                                       }
-                               }
-                               .default {
-                                       font-style: italic;
-                               }
-                       }
-               }
-               .learn-more {
-                       background-color: #f1f1f1;
-                       border: 1px solid #dfdfdf;
-                       border-radius: 5px;
-                       padding: 20px;
-               }
-       }
-       .loop-pagination {
-               text-align: center;
-               font-size: 18px;
-               margin-bottom: 20px;
-       }
-
-       @media ( max-width: 43em ) {
-
-               .section .box,
-               .home-primary-content,
-               .reference-landing .section {
-                       float: none;
-                       width: 100%;
-                       padding: 1.5em 10%;
-                       clear: both;
-                       text-align: center;
-                       display: block;
-               }
-               .reference-landing .section .box,
-               .sidebar .box {
-                       padding: 0;
-                       margin-bottom: 1.5em;
-               }
-               .home-primary-content .entry-content,
-               .reference-landing .section {
-                       text-align: left;
-               }
-
-               .horizontal-list li {
-                       display: block;
-                       a {
-                               border-left: none;
-                       }
-               }
-
-               .horizontal-list li:first-child a {
-                       padding: 0 40px;
-                       padding: 0 4rem;
-               }
-
-
-               .reference-landing .searchform input[type="text"],
-               .reference-landing .searchform input[type="submit"] {
-                       width: 100%;
-                       margin-right: 0;
-                       margin-bottom: 1em;
-                       float: none;
-                       clear: both;
-               }
-
-       }
-
-
-       /* Comments */
-       .comment-list,
-       .comment-list ol {
-               list-style: none;
-               margin: 0 0 1.5em 0;
-               border-top: 1px solid #eee;
-               padding: 0;
-       }
-
-       .comment-list li {
-               padding: 24px 24px 0 24px;
-               padding: 1.5rem 1.5rem 0 1.5rem;
-               border: 1px solid #eee;
-               border-top: none;
-               background: #fff;
-       }
-
-       .comment-list .avatar {
-               float: left;
-               width: 2.5em;
-               height: 2.5em;
-               margin: 0 1em 0.5em 0;
-               padding: 0.125em;
-               border: 1px solid #eee;
-       }
-
-       .comment-meta {
-               margin: 0 0 1.5em 0;
-               font-size: 0.75em;
-       }
-
-       .comment-meta .comment-author cite,
-       .comment-meta .comment-author cite a {
-       }
-       .comment-meta a {
-       }
-
-       .comment-meta a:hover {
-       }
-
-       .comment-content {
-               margin-left: 60px;
-               margin-left: 3.75rem;
-               margin-left: 0;
-               clear: both;
-       }
-
-       .comment-content ol {
-               list-style: decimal inside;
-               margin: 0 0 1.5em 0;
-               border-top: none;
-               margin: 0 0 1.5em 1.5em;
-               padding: 0;
-       }
-
-       .comment-content ul {
-               list-style: square inside;
-               margin: 0 0 1.5em 0;
-               border-top: none;
-               margin: 0 0 1.5em 1.5em;
-               padding: 0;
-       }
-
-       .comment-content li {
-               border: none;
-               padding: 0;
-       }
-
-       .comment-text {
-       }
-
-       #respond {
-               overflow: hidden;
-       }
-
-       .comment-list #respond {
-               margin: 1.5em 0 0;
-       }
-
-       #respond .log-in-out {
-
-       }
-
-       #respond .log-in-out a {
-               font-style: italic;
-       }
-
-       #reply-title small a {
-               font-style: italic;
-       }
-
-       #respond label {
-       }
-
-       #respond p.req label {
-       }
-
-       #respond span.required {
-       }
-
-       #respond #submit {
-               float: left;
-               margin:0 0 1.5em;
-       }
-
-}
-
-@media ( max-width: 59.999999em ) {
-
-       .devhub-wrap {
-               max-width: 100%;
-               width: 100%;
-
-               .site-main,
-               .inner-wrap {
-                       max-width: 100%;
-                       padding: 0 1%;
-               }
-
-       }
-}
-
-
-
-/*
- * Content
- *
- */
-.has-sidebar.content-area {
-       float: none;
-       margin: 0 auto;
-       width: 60em;
-}
-
-.has-sidebar {
-
-       .site-main {
-               float: right;
-               width: 67%;
-               margin: 0;
-               clear: none;
-               padding: 0 12px;
-               padding: 0 1.2rem;
-       }
-       .widget-area {
-               float: left;
-               overflow: hidden;
-               width: 30%;
-               margin-left: -55px;
-               margin: 0;
-               clear: none;
-
-               .widget {
-                       width: 100%;
-               }
-       }
-
-}
-
-@media ( max-width: 60em ) {
-       .has-sidebar.content-area {
-               width: 100%;
-       }
-}
-
-@media ( max-width: 43em ) {
-
-       .has-sidebar {
-
-               .site-main {
-                       float: right;
-                       width: 96%;
-                       margin: 0 auto;
-                       clear: both;
-                       padding: 0 12px;
-                       padding: 0 1.2rem;
-               }
-               .widget-area {
-                       float: none;
-                       overflow: hidden;
-                       width: 80%;
-                       margin: 0 auto;
-                       clear: both;
-
-                       .widget {
-                               width: 100%;
-                       }
-               }
-       }
-
-}
</del></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperscssglobalscss"></a>
<div class="addfile"><h4>Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/global.scss (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/global.scss                             (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/global.scss        2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,153 @@
</span><ins>+/* =Global
+----------------------------------------------- */
+$header-font: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,sans-serif;
+$body-font: "Helvetica Neue",Helvetica,Arial,sans-serif;
+$code-font: monospace;
+$serif-font: Georgia,​Times,​serif;
+
+body,
+button,
+input,
+select,
+textarea {
+       color: #404040;
+       font-family: $body-font;
+       font-size: 16px;
+       font-size: 1.6rem;
+       line-height: 1.5;
+}
+
+/* Headings */
+h1, h2, h3, h4, h5, h6 {
+       clear: both;
+}
+hr {
+       background-color: #dfdfdf;
+       border: 0;
+       height: 1px;
+       margin: 1.5em 0;
+}
+
+/* Text elements */
+p {
+       margin-bottom: 1.5em;
+}
+ul, ol {
+       margin: 0 0 1.5em 3em;
+}
+ul {
+       list-style: disc;
+}
+ol {
+       list-style: decimal;
+}
+li > ul,
+li > ol {
+       margin-bottom: 0;
+       margin-left: 1.5em;
+}
+dt {
+       font-weight: bold;
+}
+dd {
+       margin: 0 1.5em 1.5em;
+}
+b, strong {
+       font-weight: bold;
+}
+dfn, cite, em, i {
+       font-style: italic;
+}
+blockquote {
+       margin: 0 1.5em;
+}
+address {
+       margin: 0 0 1.5em;
+}
+pre {
+       background: #eee;
+       font-family: "Courier 10 Pitch", Courier, monospace;
+       font-size: 15px;
+       font-size: 1.5rem;
+       line-height: 1.6;
+       margin-bottom: 1.6em;
+       max-width: 100%;
+       overflow: auto;
+       padding: 1.6em;
+}
+code, kbd, tt, var {
+       font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
+}
+abbr, acronym {
+       border-bottom: 1px dotted #666;
+       cursor: help;
+}
+mark, ins {
+       background: #fff9c0;
+       text-decoration: none;
+}
+sup,
+sub {
+       font-size: 75%;
+       height: 0;
+       line-height: 0;
+       position: relative;
+       vertical-align: baseline;
+}
+sup {
+       bottom: 1ex;
+}
+sub {
+       top: .5ex;
+}
+small {
+       font-size: 75%;
+}
+big {
+       font-size: 125%;
+}
+figure {
+       margin: 0;
+}
+table {
+       margin: 0 0 1.5em;
+       width: 100%;
+}
+th {
+       font-weight: bold;
+}
+img {
+       height: auto; /* Make sure images are scaled correctly. */
+       max-width: 100%; /* Adhere to container width. */
+}
+/* Form Elements */
+button,
+input,
+select,
+textarea {
+       font-size: 100%; /* Corrects font size not being inherited in all browsers */
+       margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
+       vertical-align: baseline; /* Improves appearance and consistency in all browsers */
+       *vertical-align: middle; /* Improves appearance and consistency in all browsers */
+       font-weight: 300;
+}
+button,
+input {
+       line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
+}
+/* Alignment */
+.alignleft {
+       display: inline;
+       float: left;
+       margin-right: 1.5em;
+}
+.alignright {
+       display: inline;
+       float: right;
+       margin-left: 1.5em;
+}
+.aligncenter {
+       clear: both;
+       display: block;
+       margin: 0 auto;
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperscssmainscssfromrev572sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopermainscss"></a>
<div class="copfile"><h4>Copied: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss (from rev 572, sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.scss) (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss                               (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/main.scss  2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,1012 @@
</span><ins>+@import "reset";
+@import "global";
+
+.devhub-wrap {
+       padding-bottom: 1.5em;
+       *,
+       *:before,
+       *:after {
+         -moz-box-sizing: border-box;
+         -webkit-box-sizing: border-box;
+         box-sizing: border-box;
+       }
+       #content-area,
+       .inner-wrap {
+               margin: 0 auto;
+               max-width: 60em;
+       }
+       .page-header {
+               margin-top: 1em;
+       }
+
+       a {
+               color: #21759b;
+       }
+
+       .site-main {
+               h2,
+               h3,
+               h4,
+               h5,
+               h6 {
+                       color: #1e1e1e;
+                       font-family: $header-font;
+               }
+
+       }
+
+       h2.widget-title,
+       h3.widget-title {
+               font-family: $header-font;
+       }
+
+       #headline h2 a {
+               color: #555;
+               font-weight: 300;
+               font-size: 28px;
+               line-height: 1em;
+               text-shadow: #fff 0px 1px 0px;
+               font-family: $header-font;
+       }
+
+       h2 {
+               font-size: 28px;
+               font-size: 2.8rem;
+               line-height: 32px;
+               line-height: 3.2rem;
+       }
+       h3 {
+               font-size: 22px;
+               font-size: 2.2rem;
+               line-height: 26px;
+               line-height: 2.6rem;
+       }
+       h4 {
+               font-size: 18px;
+               font-size: 1.8rem;
+               line-height: 22px;
+               line-height: 2.2rem;
+               border-bottom: none;
+
+               .dashicons {
+                       font-size: 22px;
+                       font-size: 2.2rem;
+                       line-height: 22px;
+                       line-height: 2.2rem;
+                       height: 22px;
+                       width: 22px;
+                       height: 2.2rem;
+                       width: 2.2rem;
+               }
+       }
+
+       a.button,
+       button,
+       input {
+               line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
+       }
+
+       a.button,
+       button,
+       input[type="button"],
+       input[type="reset"],
+       input[type="submit"] {
+               border: 1px solid #ccc;
+               border-color: #ccc #ccc #bbb #ccc;
+               border-radius: 3px;
+               background: #fff;
+               color: rgba(0, 0, 0, .8);
+               cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
+               font-size: 16px;
+               font-size: 1.6rem;
+               line-height: 1.1;
+               float: none;
+               height: auto;
+               padding: .6em 1.8em;
+               text-decoration: none;
+               -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
+               &:hover {
+                       border-color: #ccc #bbb #aaa #bbb;
+                       background: #f0f0f0;
+               }
+               &:focus, &:active {
+                       border-color: #aaa #bbb #bbb #bbb;
+                       background: #f0f0f0;
+                       -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
+                       box-shadow: inset 0 1px 0 rgba(120,200,230,0.6), 1px 1px 2px rgba(0,0,0,0.4);
+               }
+               &.shiny-blue {
+                       background-color: #21759b;
+                       background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
+                       background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
+                       background-image:    -moz-linear-gradient(top, #2a95c5, #21759b);
+                       background-image:     -ms-linear-gradient(top, #2a95c5, #21759b);
+                       background-image:      -o-linear-gradient(top, #2a95c5, #21759b);
+                       background-image:   linear-gradient(to bottom, #2a95c5, #21759b);
+                       border-color: #21759b;
+                       border-bottom-color: #1e6a8d;
+                       -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
+                       box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
+                       color: #fff;
+                       text-decoration: none;
+                       text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
+                       padding: 3px 8px;
+                       &:hover {
+                               background-color: #278ab7;
+                               background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b));
+                               background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b);
+                               background-image:    -moz-linear-gradient(top, #2e9fd2, #21759b);
+                               background-image:     -ms-linear-gradient(top, #2e9fd2, #21759b);
+                               background-image:      -o-linear-gradient(top, #2e9fd2, #21759b);
+                               background-image:   linear-gradient(to bottom, #2e9fd2, #21759b);
+                               border-color: #1b607f;
+                               -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
+                               box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
+                               color: #fff;
+                               text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
+                       }
+               }
+       }
+       input[type="checkbox"],
+       input[type="radio"] {
+               box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
+               padding: 0; /* Addresses excess padding in IE8/9 */
+       }
+       input[type="search"] {
+               -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
+               -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
+               -moz-box-sizing:    content-box;
+               box-sizing:         content-box;
+       }
+       input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
+               -webkit-appearance: none;
+       }
+       button::-moz-focus-inner,
+       input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
+               border: 0;
+               padding: 0;
+       }
+       input[type="text"],
+       input[type="email"],
+       input[type="url"],
+       input[type="password"],
+       input[type="search"],
+       textarea {
+               padding: 3px;
+               color: #666;
+               border: 1px solid #ccc;
+               border-radius: 3px;
+               &:focus {
+                       color: #111;
+               }
+       }
+       textarea {
+               overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
+               padding-left: 3px;
+               vertical-align: top; /* Improves readability and alignment in all browsers */
+               width: 98%;
+       }
+
+       /* Text meant only for screen readers */
+       .screen-reader-text {
+               clip: rect(1px, 1px, 1px, 1px);
+               position: absolute !important;
+       }
+
+       .screen-reader-text:hover,
+       .screen-reader-text:active,
+       .screen-reader-text:focus {
+               background-color: #f1f1f1;
+               border-radius: 3px;
+               box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+               clip: auto !important;
+               color: #21759b;
+               display: block;
+               font-size: 14px;
+               font-weight: bold;
+               height: auto;
+               left: 5px;
+               line-height: normal;
+               padding: 15px 23px 14px;
+               text-decoration: none;
+               top: 5px;
+               width: auto;
+               z-index: 100000; /* Above WP toolbar */
+       }
+
+       /* Clearing */
+       .clear:before,
+       .clear:after,
+       .entry-content:before,
+       .entry-content:after,
+       .comment-content:before,
+       .comment-content:after,
+       .site-header:before,
+       .site-header:after,
+       .site-content:before,
+       .site-content:after,
+       .site-footer:before,
+       .site-footer:after {
+               content: '';
+               display: table;
+       }
+
+       .clear:after,
+       .entry-content:after,
+       .comment-content:after,
+       .site-header:after,
+       .site-content:after,
+       .site-footer:after {
+               clear: both;
+       }
+
+       /* =Content
+       ----------------------------------------------- */
+
+       .sticky {
+       }
+       .hentry {
+               margin: 0 0 1.5em;
+       }
+       .byline,
+       .updated {
+               display: none;
+       }
+       .single .byline,
+       .group-blog .byline {
+               display: inline;
+       }
+       .page-content,
+       .entry-content,
+       .entry-summary {
+               margin: 1.5em 0 0;
+       }
+       .page-links {
+               clear: both;
+               margin: 0 0 1.5em;
+       }
+
+       /* =Media
+       ----------------------------------------------- */
+
+       .page-content img.wp-smiley,
+       .entry-content img.wp-smiley,
+       .comment-content img.wp-smiley {
+               border: none;
+               margin-bottom: 0;
+               margin-top: 0;
+               padding: 0;
+       }
+       .wp-caption {
+               border: 1px solid #ccc;
+               margin-bottom: 1.5em;
+               max-width: 100%;
+       }
+       .wp-caption img[class*="wp-image-"] {
+               display: block;
+               margin: 1.2% auto 0;
+               max-width: 98%;
+       }
+       .wp-caption-text {
+               text-align: center;
+       }
+       .wp-caption .wp-caption-text {
+               margin: 0.8075em 0;
+       }
+       .site-main .gallery {
+               margin-bottom: 1.5em;
+       }
+       .gallery-caption {
+       }
+       .site-main .gallery a img {
+               border: none;
+               height: auto;
+               max-width: 90%;
+       }
+       .site-main .gallery dd {
+               margin: 0;
+       }
+       .site-main .gallery-columns-4 .gallery-item {
+       }
+       .site-main .gallery-columns-4 .gallery-item img {
+       }
+
+       /* Make sure embeds and iframes fit their containers */
+       embed,
+       iframe,
+       object {
+               max-width: 100%;
+       }
+
+       /* =Comments
+       ----------------------------------------------- */
+
+       .comment-content a {
+               word-wrap: break-word;
+       }
+       .bypostauthor {
+               background: #eee;
+       }
+
+
+       /* =Widgets
+       ----------------------------------------------- */
+
+       .widget {
+               margin: 0 0 1.5em;
+       }
+
+       /* Make sure select elements fit in widgets */
+       .widget select {
+               max-width: 100%;
+       }
+
+       /* Search widget */
+       .widget_search .search-submit {
+               display: none;
+       }
+
+
+       /* =Infinite Scroll
+       ----------------------------------------------- */
+
+       /* Globally hidden elements when Infinite Scroll is supported and in use. */
+       .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
+       .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
+               display: none;
+       }
+
+       /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
+       .infinity-end.neverending .site-footer {
+               display: block;
+       }
+
+
+
+       /*
+        * Header area
+        */
+
+       .site-header {
+           background: none repeat scroll 0 0 #F7F7F7;
+       border-bottom: 1px solid #DFDFDF;
+               height: 62px;
+       }
+       .site-branding {
+               width: 100%;
+               a {
+                       text-decoration: none;
+                       color: #606060;
+               }
+               .breadcrumb {
+                       .active {
+                               font-weight: 600;
+                       }
+
+                       font-size: 14px;
+                       font-size: 1.4rem;
+
+               }
+
+               .site-title {
+                   color: #555555;
+                   float: left;
+                   font-size: 28px;
+                   line-height: 1em;
+                   padding-left: 9px;
+                   padding-top: 18px;
+                   text-shadow: 0 1px 0 #FFFFFF;
+                   font-weight: 300;
+               }
+
+       }
+       .breadcrumb-trail {
+               margin-top: 1em;
+       }
+       h1.entry-title,
+       h1.page-title {
+               font-weight: 300;
+               font-size: 37px;
+               font-size: 3.7rem;
+               color: #606060;
+               text-align: center;
+               a {
+                       text-decoration: none;
+                       color: #606060;
+               }
+       }
+
+       h1.single-entry-title,
+       h2.entry-title {
+               text-align: left;
+               font-size: 30px;
+               font-size: 3rem;
+               padding: 0 0 24px;
+               padding: 0 0 2.4rem;
+
+               a {
+                       text-decoration: none;
+                       color: #606060;
+               }
+       }
+
+       /*
+        * section styles
+        */
+
+       .home-landing .section {
+               padding: 30px 0%;
+               padding: 3rem 0%;
+       }
+       .color.section {
+               color: #fff;
+       }
+       .section.blue {
+               background: #0F3D57;
+               padding: 30px 0;
+               padding: 3rem 0;
+
+               .box {
+                       text-align: center;
+
+                       .widget-description {
+                               padding: 1em 15%;
+                       }
+               }
+
+               .widget-title {
+
+                       font-size: 62px;
+                       font-size: 6.2rem;
+                       line-height: 78px;
+                       line-height: 7.8rem;
+                       .dashicons {
+                               font-size: 84px;
+                               font-size: 8.4rem;
+                               line-height: 84px;
+                               line-height: 8.4rem;
+                               height: 84px;
+                               width: 84px;
+                               height: 8.4rem;
+                               width: 8.4rem;
+                               margin-right: 16px;
+                               margin-right: 1.6rem;
+                       }
+               }
+
+       }
+
+       .section.gray {
+               background: #797878;
+               color: #fff;
+               h2,
+               h3,
+               h4 {
+                       color: #fff;
+               }
+               .inner-wrap {
+                       max-width: 700px;
+                       max-width: 70rem;
+                       margin: 0 auto;
+
+                       .code-ref-left {
+                               float: left;
+                               width: 70%;
+                               clear: none;
+                       }
+                       .code-ref-right {
+                               float: left;
+                               width: 30%;
+                               clear: none;
+                       }
+
+                       .go {
+                               float: right;
+                       }
+
+                       @media ( max-width: 43em ) {
+
+                               .code-ref-left,
+                               .code-ref-right {
+                                       float: none;
+                                       width: 100%;
+                                       padding: 1.5em 10%;
+                                       clear: both;
+                                       text-align: center;
+                               }
+
+                               .go {
+                                       float: none;
+                               }
+
+                       }
+
+               }
+
+               .widget-title {
+                       font-weight: 300;
+                       font-size: 40px;
+                       font-size: 5rem;
+                       line-height: 50px;
+                       line-height: 5rem;
+                       .dashicons {
+                               font-size: 50px;
+                               font-size: 5rem;
+                               line-height: 50px;
+                               line-height: 5rem;
+                               height: 50px;
+                               width: 50px;
+                               height: 5rem;
+                               width: 5rem;
+                       }
+               }
+               .widget-description {
+                       margin-left: 65px;
+                       margin-left: 6.5rem;
+               }
+
+       }
+
+       .section.light-gray {
+               background: #f2f2f2;
+               color: #606060;
+               .widget-title {
+                       color: #606060;
+                       font-weight: 600;
+
+                       a {
+                               color: #2D96C2;
+                       }
+               }
+               a {
+                       color: #606060;
+                       text-decoration: none;
+               }
+       }
+
+       .section .home-primary-content {
+               max-width: 600px;
+               max-width: 60rem;
+               margin: 0 auto;
+       }
+
+       .box {
+               padding: 30px;
+               padding: 3rem;
+               float: left;
+               clear: none;
+       }
+
+       .reference-landing {
+               padding: 1em 0;
+               .section {
+                       max-width: 700px;
+                       max-width: 70rem;
+                       margin: 0 auto;
+                       padding: 1.5em 0;
+
+                       h2,
+                       h3,
+                       h4 {
+                               margin-bottom: 1em;
+                               color: #404040;
+                       }
+
+                       h2.widget-title,
+                       h3.widget-title,
+                       h4.widget-title {
+                               margin-bottom: 0;
+                       }
+                       &.search-guide {
+                               padding-bottom: 0;
+                       }
+                       &.section.topic-guide, &.section.new-in-guide  {
+                               padding-top: 0;
+                       }
+               }
+               .searchform {
+                       overflow: hidden;
+                       height: auto;
+                       margin-bottom: 1em;
+                       input {
+                               height: 50px;
+                               height: 5rem;
+                               margin-bottom: 1em;
+                               width: 100%;
+                       }
+                       input[type="submit"] {
+                               width: 85px;
+                               width: 8.5rem;
+                               float: left;
+                       }
+                       label {
+                               width: 560px;
+                               width: 56rem;
+                               max-width: 100%;
+                               margin-right: 15px;
+                               display: inline-block;
+                               float: left;
+                               .search-field input[type="text"] {
+                                       width: 100%;
+                               }
+
+                       }
+               }
+       }
+
+       .reference-landing .box,
+       .sidebar .box,
+       .sidebar .widget_wporg_handbook_pages {
+               padding: 0;
+               border: 2px solid #cccccc;
+               background-color: #eeeeee;
+               ul {
+                       padding: 2em;
+               }
+
+
+               .widget-title {
+                       padding: 10px 30px;
+                       padding: 1rem 30px;
+                       font-size: 16px;
+                       font-size: 1.6rem;
+               }
+               .widget-content {
+                       padding: 16px 30px;
+                       padding: 1.6rem 3rem;
+               }
+
+       }
+
+       .three-columns .box {
+               width: 31%;
+               margin: 1.15%;
+       }
+
+       .two-columns .box {
+               width: 48%;
+               margin: 1%;
+       }
+
+
+       .no-bullets,
+       .sidebar .widget ul {
+               list-style-type: none;
+               margin: 0;
+               padding: 0;
+       }
+       .horizontal-list {
+               display: inline;
+               list-style-type: none;
+               margin: 0;
+               padding: 0;
+       }
+       .horizontal-list li {
+               display: inline;
+       }
+       .horizontal-list li a {
+               padding: 0px 40px;
+               padding: 0 4rem;
+               border-left: 1px solid #ccc;
+       }
+       .horizontal-list li:first-child a {
+               padding-left: 0;
+               border-left: none;
+       }
+
+
+       .box.transparent {
+               background: none;
+               color: #fff;
+
+               h2,
+               h3,
+               h4 {
+                       color: #fff;
+               }
+       }
+
+       .box.gray {
+               background: #fff;
+               border: 1px solid #d8d8d8;
+               .widget-title {
+                       color: #666666;
+                       background: #d8d8d8;
+                       text-transform: uppercase;
+               }
+
+       }
+
+       .box .unordered-list {
+               list-style-type: none;
+               padding: 0;
+               margin: 0;
+               font-size: 13px;
+               font-size: 1.3rem;
+               line-height: 30px;
+               line-height: 3rem;
+       }
+
+       .widget-description {
+               font-style: italic;
+               font-weight: 300;
+       }
+       .wp-parser-class, .wp-parser-function, .wp-parser-hook, .wp-parser-method {
+               border-bottom: 1px solid #dfdfdf;
+               h1 {
+                       margin: 24px 0;
+                       a {
+                               color: #24831d;
+                               font-family: $code-font;
+                               font-size: 20px;
+                               .arg-type {
+                                       color: #cd2f23;
+                               }
+                               .arg-name {
+                                       color: #0f55c8;
+                               }
+                               .arg-default {
+                                       color: #000000;
+                               }
+                       }
+                       a:hover {
+                               border-bottom: 1px dotted #21759b;
+                       }
+               }
+               h2 {
+                       font-family: $serif-font;
+                       margin-bottom: .5em;
+               }
+               .parameters {
+                       p {
+                               margin-bottom: 0;
+                       }
+                       dd {
+                               .desc {
+                                       .type, .required {
+                                               font-style: italic;
+                                       }
+                               }
+                               .default {
+                                       font-style: italic;
+                               }
+                       }
+               }
+               .learn-more {
+                       background-color: #f1f1f1;
+                       border: 1px solid #dfdfdf;
+                       border-radius: 5px;
+                       padding: 20px;
+               }
+       }
+       .loop-pagination {
+               text-align: center;
+               font-size: 18px;
+               margin-bottom: 20px;
+       }
+
+       /* Comments */
+       .comment-list,
+       .comment-list ol {
+               list-style: none;
+               margin: 0 0 1.5em 0;
+               border-top: 1px solid #eee;
+               padding: 0;
+       }
+
+       .comment-list li {
+               padding: 24px 24px 0 24px;
+               padding: 1.5rem 1.5rem 0 1.5rem;
+               border: 1px solid #eee;
+               border-top: none;
+               background: #fff;
+       }
+
+       .comment-list .avatar {
+               float: left;
+               width: 2.5em;
+               height: 2.5em;
+               margin: 0 1em 0.5em 0;
+               padding: 0.125em;
+               border: 1px solid #eee;
+       }
+
+       .comment-meta {
+               margin: 0 0 1.5em 0;
+               font-size: 0.75em;
+       }
+
+       .comment-meta .comment-author cite,
+       .comment-meta .comment-author cite a {
+       }
+       .comment-meta a {
+       }
+
+       .comment-meta a:hover {
+       }
+
+       .comment-content {
+               margin-left: 60px;
+               margin-left: 3.75rem;
+               margin-left: 0;
+               clear: both;
+       }
+
+       .comment-content ol {
+               list-style: decimal inside;
+               margin: 0 0 1.5em 0;
+               border-top: none;
+               margin: 0 0 1.5em 1.5em;
+               padding: 0;
+       }
+
+       .comment-content ul {
+               list-style: square inside;
+               margin: 0 0 1.5em 0;
+               border-top: none;
+               margin: 0 0 1.5em 1.5em;
+               padding: 0;
+       }
+
+       .comment-content li {
+               border: none;
+               padding: 0;
+       }
+
+       .comment-text {
+       }
+
+       #respond {
+               overflow: hidden;
+       }
+
+       .comment-list #respond {
+               margin: 1.5em 0 0;
+       }
+
+       #respond .log-in-out {
+
+       }
+
+       #respond .log-in-out a {
+               font-style: italic;
+       }
+
+       #reply-title small a {
+               font-style: italic;
+       }
+
+       #respond label {
+       }
+
+       #respond p.req label {
+       }
+
+       #respond span.required {
+       }
+
+       #respond #submit {
+               float: left;
+               margin:0 0 1.5em;
+       }
+
+       /*
+        * Content
+        *
+        */
+       #content-area.has-sidebar {
+               float: none;
+               margin: 0 auto;
+               width: 60em;
+       }
+
+       .has-sidebar {
+
+               main {
+                       float: right;
+                       width: 67%;
+                       margin: 0;
+                       clear: none;
+                       padding: 0 12px;
+                       padding: 0 1.2rem;
+               }
+               .widget-area {
+                       float: left;
+                       overflow: hidden;
+                       width: 30%;
+                       margin-left: -55px;
+                       margin: 0;
+                       clear: none;
+
+                       .widget {
+                               width: 100%;
+                       }
+               }
+
+       }
+}
+
+@media ( max-width: 59.999999em ) {
+
+       .devhub-wrap {
+               max-width: 100%;
+               width: 100%;
+
+               #content-area,
+               .inner-wrap {
+                       max-width: 100%;
+                       padding: 0 1%;
+                       .has-sidebar {
+                               width: 100%;
+                       }
+               }
+       }
+}
+
+@media ( max-width: 43em ) {
+
+       #content-area.has-sidebar {
+
+               main {
+                       float: right;
+                       width: 96%;
+                       margin: 0 auto;
+                       clear: both;
+                       padding: 0 12px;
+                       padding: 0 1.2rem;
+               }
+               .widget-area {
+                       float: none;
+                       overflow: hidden;
+                       width: 80%;
+                       margin: 0 auto;
+                       clear: both;
+
+                       .widget {
+                               width: 100%;
+                       }
+               }
+       }
+
+       .section .box,
+       .home-primary-content,
+       .reference-landing .section {
+               float: none;
+               width: 100%;
+               padding: 1.5em 10%;
+               clear: both;
+               text-align: center;
+               display: block;
+       }
+       .reference-landing .section .box,
+       .sidebar .box {
+               padding: 0;
+               margin-bottom: 1.5em;
+       }
+       .home-primary-content .entry-content,
+       .reference-landing .section {
+               text-align: left;
+       }
+
+       .horizontal-list li {
+               display: block;
+               a {
+                       border-left: none;
+               }
+       }
+
+       .horizontal-list li:first-child a {
+               padding: 0 40px;
+               padding: 0 4rem;
+       }
+
+
+       .reference-landing .searchform input[type="text"],
+       .reference-landing .searchform input[type="submit"] {
+               width: 100%;
+               margin-right: 0;
+               margin-bottom: 1em;
+               float: none;
+               clear: both;
+       }
+}
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperscssresetscss"></a>
<div class="addfile"><h4>Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/reset.scss (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/reset.scss                              (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/scss/reset.scss 2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,71 @@
</span><ins>+/* =Reset
+-------------------------------------------------------------- */
+
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+       border: 0;
+       font-family: inherit;
+       font-size: 100%;
+       font-style: inherit;
+       font-weight: inherit;
+       margin: 0;
+       outline: 0;
+       padding: 0;
+       vertical-align: baseline;
+}
+html {
+       font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
+       overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
+       -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
+       -ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
+}
+
+body {
+       background: #fff;
+}
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+main,
+nav,
+section {
+       display: block;
+}
+ol, ul {
+       list-style: none;
+}
+table { /* tables still need 'cellspacing="0"' in the markup */
+       border-collapse: separate;
+       border-spacing: 0;
+}
+caption, th, td {
+       font-weight: normal;
+       text-align: left;
+}
+blockquote, q {
+       quotes: "" "";
+       &:before, &:after {
+               content: "";
+       }
+}
+a {
+       &:focus {
+               outline: thin dotted;
+       }
+       &:hover, &:active {
+               outline: 0;
+       }
+       img {
+               border: 0;
+       }
+}
</ins></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersearchphp"></a>
<div class="modfile"><h4>Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/search.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/search.php   2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/search.php      2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -19,7 +19,7 @@
</span><span class="cx">                  <?php /* Start the Loop */ ?>
</span><span class="cx">                  <?php while ( have_posts() ) : the_post(); ?>
</span><span class="cx"> 
</span><del>-                               <?php get_template_part( 'content', get_template_part_name() ); ?>
</del><ins>+                                <?php get_template_part( 'content' ); ?>
</ins><span class="cx"> 
</span><span class="cx">                  <?php endwhile; ?>
</span><span class="cx"> 
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersidebarphp"></a>
<div class="modfile"><h4>Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/sidebar.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/sidebar.php  2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/sidebar.php     2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -5,29 +5,10 @@
</span><span class="cx">  * @package wporg-developer
</span><span class="cx">  */
</span><span class="cx"> ?>
</span><del>-       <div id="secondary" class="widget-area sidebar section" role="complementary">
</del><ins>+<?php if ( is_active_sidebar( get_post_type() ) ) : ?>
+       <div id="sidebar" class="widget-area sidebar section" role="complementary">
</ins><span class="cx">           <?php do_action( 'before_sidebar' ); ?>
</span><del>-               <?php if ( ! dynamic_sidebar( 'sidebar-1' ) ) : ?>
-
-                       <aside id="search" class="box gray widget widget_search">
-                               <?php get_search_form(); ?>
-                       </aside>
-
-                       <aside id="archives" class="box gray widget">
-                               <h1 class="widget-title"><?php _e( 'Archives', 'wporg' ); ?></h1>
-                               <ul>
-                                       <?php wp_get_archives( array( 'type' => 'monthly' ) ); ?>
-                               </ul>
-                       </aside>
-
-                       <aside id="meta" class="box gray widget">
-                               <h1 class="widget-title"><?php _e( 'Meta', 'wporg' ); ?></h1>
-                               <ul>
-                                       <?php wp_register(); ?>
-                                       <li><?php wp_loginout(); ?></li>
-                                       <?php wp_meta(); ?>
-                               </ul>
-                       </aside>
-
</del><ins>+                <?php if ( ! dynamic_sidebar( get_post_type() ) ) : ?>
</ins><span class="cx">           <?php endif; // end sidebar widget area ?>
</span><span class="cx">  </div><!-- #secondary -->
</span><ins>+<?php endif; ?>
</ins></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglepluginhandbookphp"></a>
<div class="addfile"><h4>Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php                           (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php      2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,34 @@
</span><ins>+<?php namespace DevHub;
+/**
+ * The Template for displaying all single posts.
+ *
+ * @package wporg-developer
+ */
+
+get_header(); ?>
+
+       <div id="content-area" class="has-sidebar">
+
+               <?php breadcrumb_trail(); ?>
+
+               <main id="main" class="site-main" role="main">
+
+               <?php while ( have_posts() ) : the_post(); ?>
+
+                       <?php get_template_part( 'content', 'handbook'); ?>
+
+                       <?php wporg_developer_post_nav(); ?>
+
+                       <?php
+                               // If comments are open or we have at least one comment, load up the comment template
+                               if ( comments_open() || '0' != get_comments_number() ) :
+                                       comments_template();
+                               endif;
+                       ?>
+
+               <?php endwhile; // end of the loop. ?>
+
+               </main><!-- #main -->
+       <?php get_sidebar(); ?>
+       </div><!-- #primary -->
+<?php get_footer(); ?>
</ins><span class="cx">\ No newline at end of file
</span><span class="cx">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-plugin-handbook.php
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglepostphp"></a>
<div class="delfile"><h4>Deleted: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-post.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-post.php      2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-post.php 2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -1,34 +0,0 @@
</span><del>-<?php
-/**
- * The Template for displaying all single posts.
- *
- * @package wporg-developer
- */
-
-get_header(); ?>
-
-       <div id="primary" class="content-area has-sidebar">
-
-               <header class="page-header">
-                       <h1 class="page-title"><?php _e( 'Handbook', 'wporg' ); ?></h1>
-               </header><!-- .page-header -->
-
-               <main id="main" class="site-main" role="main">
-
-               <?php while ( have_posts() ) : the_post(); ?>
-
-                       <?php get_template_part( 'content', 'single' ); ?>
-
-                       <?php
-                               // If comments are open or we have at least one comment, load up the comment template
-                               if ( comments_open() || '0' != get_comments_number() ) :
-                                       comments_template();
-                               endif;
-                       ?>
-
-               <?php endwhile; // end of the loop. ?>
-
-               </main><!-- #main -->
-               <?php get_sidebar(); ?>
-       </div><!-- #primary -->
-<?php get_footer(); ?>
</del><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglethemehandbookphpfromrev572sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglepostphp"></a>
<div class="copfile"><h4>Copied: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-theme-handbook.php (from rev 572, sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-post.php) (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-theme-handbook.php                            (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single-theme-handbook.php       2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,34 @@
</span><ins>+<?php namespace DevHub;
+/**
+ * The Template for displaying all single posts.
+ *
+ * @package wporg-developer
+ */
+
+get_header(); ?>
+
+       <div id="content-area" class="has-sidebar">
+
+               <?php breadcrumb_trail(); ?>
+
+               <main id="main" class="site-main" role="main">
+
+               <?php while ( have_posts() ) : the_post(); ?>
+
+                       <?php get_template_part( 'content', 'handbook'); ?>
+
+                       <?php wporg_developer_post_nav(); ?>
+
+                       <?php
+                               // If comments are open or we have at least one comment, load up the comment template
+                               if ( comments_open() || '0' != get_comments_number() ) :
+                                       comments_template();
+                               endif;
+                       ?>
+
+               <?php endwhile; // end of the loop. ?>
+
+               </main><!-- #main -->
+               <?php get_sidebar(); ?>
+       </div><!-- #primary -->
+<?php get_footer(); ?>
</ins><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopersinglephp"></a>
<div class="modfile"><h4>Modified: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single.php (590 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single.php   2014-05-02 10:08:19 UTC (rev 590)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/single.php      2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -7,15 +7,18 @@
</span><span class="cx"> 
</span><span class="cx"> get_header(); ?>
</span><span class="cx"> 
</span><del>-       <div id="primary" class="content-area">
</del><ins>+        <div id="content-area" <?php body_class(); ?>>
</ins><span class="cx"> 
</span><del>-               <main id="main" class="site-main" role="main">
</del><span class="cx">           <?php breadcrumb_trail(); ?>
</span><span class="cx"> 
</span><ins>+               <main id="main" class="site-main" role="main">
+
</ins><span class="cx">           <?php while ( have_posts() ) : the_post(); ?>
</span><span class="cx"> 
</span><del>-                       <?php get_template_part( 'content', get_template_part_name() ); ?>
</del><ins>+                        <?php get_template_part( 'content', 'reference'); ?>
</ins><span class="cx"> 
</span><ins>+                       <?php wporg_developer_post_nav(); ?>
+
</ins><span class="cx">                   <?php
</span><span class="cx">                          // If comments are open or we have at least one comment, load up the comment template
</span><span class="cx">                          if ( comments_open() || '0' != get_comments_number() ) :
</span><span class="lines">@@ -26,6 +29,5 @@
</span><span class="cx">          <?php endwhile; // end of the loop. ?>
</span><span class="cx"> 
</span><span class="cx">          </main><!-- #main -->
</span><del>-               <?php //get_sidebar(); ?>
</del><span class="cx">   </div><!-- #primary -->
</span><span class="cx"> <?php get_footer(); ?>
</span><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperstylesheetsglobalcss"></a>
<div class="addfile"><h4>Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/global.css (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/global.css                               (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/global.css  2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,184 @@
</span><ins>+/* =Global
+----------------------------------------------- */
+body,
+button,
+input,
+select,
+textarea {
+  color: #404040;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 16px;
+  font-size: 1.6rem;
+  line-height: 1.5;
+}
+
+/* Headings */
+h1, h2, h3, h4, h5, h6 {
+  clear: both;
+}
+
+hr {
+  background-color: #dfdfdf;
+  border: 0;
+  height: 1px;
+  margin: 1.5em 0;
+}
+
+/* Text elements */
+p {
+  margin-bottom: 1.5em;
+}
+
+ul, ol {
+  margin: 0 0 1.5em 3em;
+}
+
+ul {
+  list-style: disc;
+}
+
+ol {
+  list-style: decimal;
+}
+
+li > ul,
+li > ol {
+  margin-bottom: 0;
+  margin-left: 1.5em;
+}
+
+dt {
+  font-weight: bold;
+}
+
+dd {
+  margin: 0 1.5em 1.5em;
+}
+
+b, strong {
+  font-weight: bold;
+}
+
+dfn, cite, em, i {
+  font-style: italic;
+}
+
+blockquote {
+  margin: 0 1.5em;
+}
+
+address {
+  margin: 0 0 1.5em;
+}
+
+pre {
+  background: #eee;
+  font-family: "Courier 10 Pitch", Courier, monospace;
+  font-size: 15px;
+  font-size: 1.5rem;
+  line-height: 1.6;
+  margin-bottom: 1.6em;
+  max-width: 100%;
+  overflow: auto;
+  padding: 1.6em;
+}
+
+code, kbd, tt, var {
+  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
+}
+
+abbr, acronym {
+  border-bottom: 1px dotted #666;
+  cursor: help;
+}
+
+mark, ins {
+  background: #fff9c0;
+  text-decoration: none;
+}
+
+sup,
+sub {
+  font-size: 75%;
+  height: 0;
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
+}
+
+sup {
+  bottom: 1ex;
+}
+
+sub {
+  top: .5ex;
+}
+
+small {
+  font-size: 75%;
+}
+
+big {
+  font-size: 125%;
+}
+
+figure {
+  margin: 0;
+}
+
+table {
+  margin: 0 0 1.5em;
+  width: 100%;
+}
+
+th {
+  font-weight: bold;
+}
+
+img {
+  height: auto;
+  /* Make sure images are scaled correctly. */
+  max-width: 100%;
+  /* Adhere to container width. */
+}
+
+/* Form Elements */
+button,
+input,
+select,
+textarea {
+  font-size: 100%;
+  /* Corrects font size not being inherited in all browsers */
+  margin: 0;
+  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
+  vertical-align: baseline;
+  /* Improves appearance and consistency in all browsers */
+  *vertical-align: middle;
+  /* Improves appearance and consistency in all browsers */
+  font-weight: 300;
+}
+
+button,
+input {
+  line-height: normal;
+  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
+}
+
+/* Alignment */
+.alignleft {
+  display: inline;
+  float: left;
+  margin-right: 1.5em;
+}
+
+.alignright {
+  display: inline;
+  float: right;
+  margin-left: 1.5em;
+}
+
+.aligncenter {
+  clear: both;
+  display: block;
+  margin: 0 auto;
+}
</ins><span class="cx">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/global.css
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span><a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperstylesheetsmaincssfromrev572sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdevelopermaincss"></a>
<div class="copfile"><h4>Copied: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css (from rev 572, sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/main.css) (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css                         (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/main.css    2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,1175 @@
</span><ins>+/* =Reset
+-------------------------------------------------------------- */
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+  border: 0;
+  font-family: inherit;
+  font-size: 100%;
+  font-style: inherit;
+  font-weight: inherit;
+  margin: 0;
+  outline: 0;
+  padding: 0;
+  vertical-align: baseline;
+}
+
+html {
+  font-size: 62.5%;
+  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
+  overflow-y: scroll;
+  /* Keeps page centered in all browsers regardless of content height */
+  -webkit-text-size-adjust: 100%;
+  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
+  -ms-text-size-adjust: 100%;
+  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
+}
+
+body {
+  background: #fff;
+}
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+main,
+nav,
+section {
+  display: block;
+}
+
+ol, ul {
+  list-style: none;
+}
+
+table {
+  /* tables still need 'cellspacing="0"' in the markup */
+  border-collapse: separate;
+  border-spacing: 0;
+}
+
+caption, th, td {
+  font-weight: normal;
+  text-align: left;
+}
+
+blockquote, q {
+  quotes: "" "";
+}
+blockquote:before, blockquote:after, q:before, q:after {
+  content: "";
+}
+
+a:focus {
+  outline: thin dotted;
+}
+a:hover, a:active {
+  outline: 0;
+}
+a img {
+  border: 0;
+}
+
+/* =Global
+----------------------------------------------- */
+body,
+button,
+input,
+select,
+textarea {
+  color: #404040;
+  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
+  font-size: 16px;
+  font-size: 1.6rem;
+  line-height: 1.5;
+}
+
+/* Headings */
+h1, h2, h3, h4, h5, h6 {
+  clear: both;
+}
+
+hr {
+  background-color: #dfdfdf;
+  border: 0;
+  height: 1px;
+  margin: 1.5em 0;
+}
+
+/* Text elements */
+p {
+  margin-bottom: 1.5em;
+}
+
+ul, ol {
+  margin: 0 0 1.5em 3em;
+}
+
+ul {
+  list-style: disc;
+}
+
+ol {
+  list-style: decimal;
+}
+
+li > ul,
+li > ol {
+  margin-bottom: 0;
+  margin-left: 1.5em;
+}
+
+dt {
+  font-weight: bold;
+}
+
+dd {
+  margin: 0 1.5em 1.5em;
+}
+
+b, strong {
+  font-weight: bold;
+}
+
+dfn, cite, em, i {
+  font-style: italic;
+}
+
+blockquote {
+  margin: 0 1.5em;
+}
+
+address {
+  margin: 0 0 1.5em;
+}
+
+pre {
+  background: #eee;
+  font-family: "Courier 10 Pitch", Courier, monospace;
+  font-size: 15px;
+  font-size: 1.5rem;
+  line-height: 1.6;
+  margin-bottom: 1.6em;
+  max-width: 100%;
+  overflow: auto;
+  padding: 1.6em;
+}
+
+code, kbd, tt, var {
+  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
+}
+
+abbr, acronym {
+  border-bottom: 1px dotted #666;
+  cursor: help;
+}
+
+mark, ins {
+  background: #fff9c0;
+  text-decoration: none;
+}
+
+sup,
+sub {
+  font-size: 75%;
+  height: 0;
+  line-height: 0;
+  position: relative;
+  vertical-align: baseline;
+}
+
+sup {
+  bottom: 1ex;
+}
+
+sub {
+  top: .5ex;
+}
+
+small {
+  font-size: 75%;
+}
+
+big {
+  font-size: 125%;
+}
+
+figure {
+  margin: 0;
+}
+
+table {
+  margin: 0 0 1.5em;
+  width: 100%;
+}
+
+th {
+  font-weight: bold;
+}
+
+img {
+  height: auto;
+  /* Make sure images are scaled correctly. */
+  max-width: 100%;
+  /* Adhere to container width. */
+}
+
+/* Form Elements */
+button,
+input,
+select,
+textarea {
+  font-size: 100%;
+  /* Corrects font size not being inherited in all browsers */
+  margin: 0;
+  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
+  vertical-align: baseline;
+  /* Improves appearance and consistency in all browsers */
+  *vertical-align: middle;
+  /* Improves appearance and consistency in all browsers */
+  font-weight: 300;
+}
+
+button,
+input {
+  line-height: normal;
+  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
+}
+
+/* Alignment */
+.alignleft {
+  display: inline;
+  float: left;
+  margin-right: 1.5em;
+}
+
+.alignright {
+  display: inline;
+  float: right;
+  margin-left: 1.5em;
+}
+
+.aligncenter {
+  clear: both;
+  display: block;
+  margin: 0 auto;
+}
+
+.devhub-wrap {
+  padding-bottom: 1.5em;
+  /* Text meant only for screen readers */
+  /* Clearing */
+  /* =Content
+  ----------------------------------------------- */
+  /* =Media
+  ----------------------------------------------- */
+  /* Make sure embeds and iframes fit their containers */
+  /* =Comments
+  ----------------------------------------------- */
+  /* =Widgets
+  ----------------------------------------------- */
+  /* Make sure select elements fit in widgets */
+  /* Search widget */
+  /* =Infinite Scroll
+  ----------------------------------------------- */
+  /* Globally hidden elements when Infinite Scroll is supported and in use. */
+  /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
+  /*
+   * Header area
+   */
+  /*
+   * section styles
+   */
+  /* Comments */
+  /*
+   * Content
+   *
+   */
+}
+.devhub-wrap *,
+.devhub-wrap *:before,
+.devhub-wrap *:after {
+  -moz-box-sizing: border-box;
+  -webkit-box-sizing: border-box;
+  box-sizing: border-box;
+}
+.devhub-wrap #content-area,
+.devhub-wrap .inner-wrap {
+  margin: 0 auto;
+  max-width: 60em;
+}
+.devhub-wrap .page-header {
+  margin-top: 1em;
+}
+.devhub-wrap a {
+  color: #21759b;
+}
+.devhub-wrap .site-main h2,
+.devhub-wrap .site-main h3,
+.devhub-wrap .site-main h4,
+.devhub-wrap .site-main h5,
+.devhub-wrap .site-main h6 {
+  color: #1e1e1e;
+  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+.devhub-wrap h2.widget-title,
+.devhub-wrap h3.widget-title {
+  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+.devhub-wrap #headline h2 a {
+  color: #555;
+  font-weight: 300;
+  font-size: 28px;
+  line-height: 1em;
+  text-shadow: #fff 0px 1px 0px;
+  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
+}
+.devhub-wrap h2 {
+  font-size: 28px;
+  font-size: 2.8rem;
+  line-height: 32px;
+  line-height: 3.2rem;
+}
+.devhub-wrap h3 {
+  font-size: 22px;
+  font-size: 2.2rem;
+  line-height: 26px;
+  line-height: 2.6rem;
+}
+.devhub-wrap h4 {
+  font-size: 18px;
+  font-size: 1.8rem;
+  line-height: 22px;
+  line-height: 2.2rem;
+  border-bottom: none;
+}
+.devhub-wrap h4 .dashicons {
+  font-size: 22px;
+  font-size: 2.2rem;
+  line-height: 22px;
+  line-height: 2.2rem;
+  height: 22px;
+  width: 22px;
+  height: 2.2rem;
+  width: 2.2rem;
+}
+.devhub-wrap a.button,
+.devhub-wrap button,
+.devhub-wrap input {
+  line-height: normal;
+  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
+}
+.devhub-wrap a.button,
+.devhub-wrap button,
+.devhub-wrap input[type="button"],
+.devhub-wrap input[type="reset"],
+.devhub-wrap input[type="submit"] {
+  border: 1px solid #ccc;
+  border-color: #ccc #ccc #bbb #ccc;
+  border-radius: 3px;
+  background: #fff;
+  color: rgba(0, 0, 0, 0.8);
+  cursor: pointer;
+  /* Improves usability and consistency of cursor style between image-type 'input' and others */
+  font-size: 16px;
+  font-size: 1.6rem;
+  line-height: 1.1;
+  float: none;
+  height: auto;
+  padding: .6em 1.8em;
+  text-decoration: none;
+  -webkit-appearance: button;
+  /* Corrects inability to style clickable 'input' types in iOS */
+}
+.devhub-wrap a.button:hover,
+.devhub-wrap button:hover,
+.devhub-wrap input[type="button"]:hover,
+.devhub-wrap input[type="reset"]:hover,
+.devhub-wrap input[type="submit"]:hover {
+  border-color: #ccc #bbb #aaa #bbb;
+  background: #f0f0f0;
+}
+.devhub-wrap a.button:focus, .devhub-wrap a.button:active,
+.devhub-wrap button:focus,
+.devhub-wrap button:active,
+.devhub-wrap input[type="button"]:focus,
+.devhub-wrap input[type="button"]:active,
+.devhub-wrap input[type="reset"]:focus,
+.devhub-wrap input[type="reset"]:active,
+.devhub-wrap input[type="submit"]:focus,
+.devhub-wrap input[type="submit"]:active {
+  border-color: #aaa #bbb #bbb #bbb;
+  background: #f0f0f0;
+  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
+  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6), 1px 1px 2px rgba(0, 0, 0, 0.4);
+}
+.devhub-wrap a.button.shiny-blue,
+.devhub-wrap button.shiny-blue,
+.devhub-wrap input[type="button"].shiny-blue,
+.devhub-wrap input[type="reset"].shiny-blue,
+.devhub-wrap input[type="submit"].shiny-blue {
+  background-color: #21759b;
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a95c5), to(#21759b));
+  background-image: -webkit-linear-gradient(top, #2a95c5, #21759b);
+  background-image: -moz-linear-gradient(top, #2a95c5, #21759b);
+  background-image: -ms-linear-gradient(top, #2a95c5, #21759b);
+  background-image: -o-linear-gradient(top, #2a95c5, #21759b);
+  background-image: linear-gradient(to bottom, #2a95c5, #21759b);
+  border-color: #21759b;
+  border-bottom-color: #1e6a8d;
+  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
+  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.5);
+  color: #fff;
+  text-decoration: none;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
+  padding: 3px 8px;
+}
+.devhub-wrap a.button.shiny-blue:hover,
+.devhub-wrap button.shiny-blue:hover,
+.devhub-wrap input[type="button"].shiny-blue:hover,
+.devhub-wrap input[type="reset"].shiny-blue:hover,
+.devhub-wrap input[type="submit"].shiny-blue:hover {
+  background-color: #278ab7;
+  background-image: -webkit-gradient(linear, left top, left bottom, from(#2e9fd2), to(#21759b));
+  background-image: -webkit-linear-gradient(top, #2e9fd2, #21759b);
+  background-image: -moz-linear-gradient(top, #2e9fd2, #21759b);
+  background-image: -ms-linear-gradient(top, #2e9fd2, #21759b);
+  background-image: -o-linear-gradient(top, #2e9fd2, #21759b);
+  background-image: linear-gradient(to bottom, #2e9fd2, #21759b);
+  border-color: #1b607f;
+  -webkit-box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
+  box-shadow: inset 0 1px 0 rgba(120, 200, 230, 0.6);
+  color: #fff;
+  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
+}
+.devhub-wrap input[type="checkbox"],
+.devhub-wrap input[type="radio"] {
+  box-sizing: border-box;
+  /* Addresses box sizing set to content-box in IE8/9 */
+  padding: 0;
+  /* Addresses excess padding in IE8/9 */
+}
+.devhub-wrap input[type="search"] {
+  -webkit-appearance: textfield;
+  /* Addresses appearance set to searchfield in S5, Chrome */
+  -webkit-box-sizing: content-box;
+  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
+  -moz-box-sizing: content-box;
+  box-sizing: content-box;
+}
+.devhub-wrap input[type="search"]::-webkit-search-decoration {
+  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
+  -webkit-appearance: none;
+}
+.devhub-wrap button::-moz-focus-inner,
+.devhub-wrap input::-moz-focus-inner {
+  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
+  border: 0;
+  padding: 0;
+}
+.devhub-wrap input[type="text"],
+.devhub-wrap input[type="email"],
+.devhub-wrap input[type="url"],
+.devhub-wrap input[type="password"],
+.devhub-wrap input[type="search"],
+.devhub-wrap textarea {
+  padding: 3px;
+  color: #666;
+  border: 1px solid #ccc;
+  border-radius: 3px;
+}
+.devhub-wrap input[type="text"]:focus,
+.devhub-wrap input[type="email"]:focus,
+.devhub-wrap input[type="url"]:focus,
+.devhub-wrap input[type="password"]:focus,
+.devhub-wrap input[type="search"]:focus,
+.devhub-wrap textarea:focus {
+  color: #111;
+}
+.devhub-wrap textarea {
+  overflow: auto;
+  /* Removes default vertical scrollbar in IE6/7/8/9 */
+  padding-left: 3px;
+  vertical-align: top;
+  /* Improves readability and alignment in all browsers */
+  width: 98%;
+}
+.devhub-wrap .screen-reader-text {
+  clip: rect(1px, 1px, 1px, 1px);
+  position: absolute !important;
+}
+.devhub-wrap .screen-reader-text:hover,
+.devhub-wrap .screen-reader-text:active,
+.devhub-wrap .screen-reader-text:focus {
+  background-color: #f1f1f1;
+  border-radius: 3px;
+  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
+  clip: auto !important;
+  color: #21759b;
+  display: block;
+  font-size: 14px;
+  font-weight: bold;
+  height: auto;
+  left: 5px;
+  line-height: normal;
+  padding: 15px 23px 14px;
+  text-decoration: none;
+  top: 5px;
+  width: auto;
+  z-index: 100000;
+  /* Above WP toolbar */
+}
+.devhub-wrap .clear:before,
+.devhub-wrap .clear:after,
+.devhub-wrap .entry-content:before,
+.devhub-wrap .entry-content:after,
+.devhub-wrap .comment-content:before,
+.devhub-wrap .comment-content:after,
+.devhub-wrap .site-header:before,
+.devhub-wrap .site-header:after,
+.devhub-wrap .site-content:before,
+.devhub-wrap .site-content:after,
+.devhub-wrap .site-footer:before,
+.devhub-wrap .site-footer:after {
+  content: '';
+  display: table;
+}
+.devhub-wrap .clear:after,
+.devhub-wrap .entry-content:after,
+.devhub-wrap .comment-content:after,
+.devhub-wrap .site-header:after,
+.devhub-wrap .site-content:after,
+.devhub-wrap .site-footer:after {
+  clear: both;
+}
+.devhub-wrap .hentry {
+  margin: 0 0 1.5em;
+}
+.devhub-wrap .byline,
+.devhub-wrap .updated {
+  display: none;
+}
+.devhub-wrap .single .byline,
+.devhub-wrap .group-blog .byline {
+  display: inline;
+}
+.devhub-wrap .page-content,
+.devhub-wrap .entry-content,
+.devhub-wrap .entry-summary {
+  margin: 1.5em 0 0;
+}
+.devhub-wrap .page-links {
+  clear: both;
+  margin: 0 0 1.5em;
+}
+.devhub-wrap .page-content img.wp-smiley,
+.devhub-wrap .entry-content img.wp-smiley,
+.devhub-wrap .comment-content img.wp-smiley {
+  border: none;
+  margin-bottom: 0;
+  margin-top: 0;
+  padding: 0;
+}
+.devhub-wrap .wp-caption {
+  border: 1px solid #ccc;
+  margin-bottom: 1.5em;
+  max-width: 100%;
+}
+.devhub-wrap .wp-caption img[class*="wp-image-"] {
+  display: block;
+  margin: 1.2% auto 0;
+  max-width: 98%;
+}
+.devhub-wrap .wp-caption-text {
+  text-align: center;
+}
+.devhub-wrap .wp-caption .wp-caption-text {
+  margin: 0.8075em 0;
+}
+.devhub-wrap .site-main .gallery {
+  margin-bottom: 1.5em;
+}
+.devhub-wrap .site-main .gallery a img {
+  border: none;
+  height: auto;
+  max-width: 90%;
+}
+.devhub-wrap .site-main .gallery dd {
+  margin: 0;
+}
+.devhub-wrap embed,
+.devhub-wrap iframe,
+.devhub-wrap object {
+  max-width: 100%;
+}
+.devhub-wrap .comment-content a {
+  word-wrap: break-word;
+}
+.devhub-wrap .bypostauthor {
+  background: #eee;
+}
+.devhub-wrap .widget {
+  margin: 0 0 1.5em;
+}
+.devhub-wrap .widget select {
+  max-width: 100%;
+}
+.devhub-wrap .widget_search .search-submit {
+  display: none;
+}
+.devhub-wrap .infinite-scroll .paging-navigation,
+.devhub-wrap .infinite-scroll.neverending .site-footer {
+  /* Theme Footer (when set to scrolling) */
+  display: none;
+}
+.devhub-wrap .infinity-end.neverending .site-footer {
+  display: block;
+}
+.devhub-wrap .site-header {
+  background: none repeat scroll 0 0 #F7F7F7;
+  border-bottom: 1px solid #DFDFDF;
+  height: 62px;
+}
+.devhub-wrap .site-branding {
+  width: 100%;
+}
+.devhub-wrap .site-branding a {
+  text-decoration: none;
+  color: #606060;
+}
+.devhub-wrap .site-branding .breadcrumb {
+  font-size: 14px;
+  font-size: 1.4rem;
+}
+.devhub-wrap .site-branding .breadcrumb .active {
+  font-weight: 600;
+}
+.devhub-wrap .site-branding .site-title {
+  color: #555555;
+  float: left;
+  font-size: 28px;
+  line-height: 1em;
+  padding-left: 9px;
+  padding-top: 18px;
+  text-shadow: 0 1px 0 #FFFFFF;
+  font-weight: 300;
+}
+.devhub-wrap .breadcrumb-trail {
+  margin-top: 1em;
+}
+.devhub-wrap h1.entry-title,
+.devhub-wrap h1.page-title {
+  font-weight: 300;
+  font-size: 37px;
+  font-size: 3.7rem;
+  color: #606060;
+  text-align: center;
+}
+.devhub-wrap h1.entry-title a,
+.devhub-wrap h1.page-title a {
+  text-decoration: none;
+  color: #606060;
+}
+.devhub-wrap h1.single-entry-title,
+.devhub-wrap h2.entry-title {
+  text-align: left;
+  font-size: 30px;
+  font-size: 3rem;
+  padding: 0 0 24px;
+  padding: 0 0 2.4rem;
+}
+.devhub-wrap h1.single-entry-title a,
+.devhub-wrap h2.entry-title a {
+  text-decoration: none;
+  color: #606060;
+}
+.devhub-wrap .home-landing .section {
+  padding: 30px 0%;
+  padding: 3rem 0%;
+}
+.devhub-wrap .color.section {
+  color: #fff;
+}
+.devhub-wrap .section.blue {
+  background: #0F3D57;
+  padding: 30px 0;
+  padding: 3rem 0;
+}
+.devhub-wrap .section.blue .box {
+  text-align: center;
+}
+.devhub-wrap .section.blue .box .widget-description {
+  padding: 1em 15%;
+}
+.devhub-wrap .section.blue .widget-title {
+  font-size: 62px;
+  font-size: 6.2rem;
+  line-height: 78px;
+  line-height: 7.8rem;
+}
+.devhub-wrap .section.blue .widget-title .dashicons {
+  font-size: 84px;
+  font-size: 8.4rem;
+  line-height: 84px;
+  line-height: 8.4rem;
+  height: 84px;
+  width: 84px;
+  height: 8.4rem;
+  width: 8.4rem;
+  margin-right: 16px;
+  margin-right: 1.6rem;
+}
+.devhub-wrap .section.gray {
+  background: #797878;
+  color: #fff;
+}
+.devhub-wrap .section.gray h2,
+.devhub-wrap .section.gray h3,
+.devhub-wrap .section.gray h4 {
+  color: #fff;
+}
+.devhub-wrap .section.gray .inner-wrap {
+  max-width: 700px;
+  max-width: 70rem;
+  margin: 0 auto;
+}
+.devhub-wrap .section.gray .inner-wrap .code-ref-left {
+  float: left;
+  width: 70%;
+  clear: none;
+}
+.devhub-wrap .section.gray .inner-wrap .code-ref-right {
+  float: left;
+  width: 30%;
+  clear: none;
+}
+.devhub-wrap .section.gray .inner-wrap .go {
+  float: right;
+}
+@media (max-width: 43em) {
+  .devhub-wrap .section.gray .inner-wrap .code-ref-left,
+  .devhub-wrap .section.gray .inner-wrap .code-ref-right {
+    float: none;
+    width: 100%;
+    padding: 1.5em 10%;
+    clear: both;
+    text-align: center;
+  }
+  .devhub-wrap .section.gray .inner-wrap .go {
+    float: none;
+  }
+}
+.devhub-wrap .section.gray .widget-title {
+  font-weight: 300;
+  font-size: 40px;
+  font-size: 5rem;
+  line-height: 50px;
+  line-height: 5rem;
+}
+.devhub-wrap .section.gray .widget-title .dashicons {
+  font-size: 50px;
+  font-size: 5rem;
+  line-height: 50px;
+  line-height: 5rem;
+  height: 50px;
+  width: 50px;
+  height: 5rem;
+  width: 5rem;
+}
+.devhub-wrap .section.gray .widget-description {
+  margin-left: 65px;
+  margin-left: 6.5rem;
+}
+.devhub-wrap .section.light-gray {
+  background: #f2f2f2;
+  color: #606060;
+}
+.devhub-wrap .section.light-gray .widget-title {
+  color: #606060;
+  font-weight: 600;
+}
+.devhub-wrap .section.light-gray .widget-title a {
+  color: #2D96C2;
+}
+.devhub-wrap .section.light-gray a {
+  color: #606060;
+  text-decoration: none;
+}
+.devhub-wrap .section .home-primary-content {
+  max-width: 600px;
+  max-width: 60rem;
+  margin: 0 auto;
+}
+.devhub-wrap .box {
+  padding: 30px;
+  padding: 3rem;
+  float: left;
+  clear: none;
+}
+.devhub-wrap .reference-landing {
+  padding: 1em 0;
+}
+.devhub-wrap .reference-landing .section {
+  max-width: 700px;
+  max-width: 70rem;
+  margin: 0 auto;
+  padding: 1.5em 0;
+}
+.devhub-wrap .reference-landing .section h2,
+.devhub-wrap .reference-landing .section h3,
+.devhub-wrap .reference-landing .section h4 {
+  margin-bottom: 1em;
+  color: #404040;
+}
+.devhub-wrap .reference-landing .section h2.widget-title,
+.devhub-wrap .reference-landing .section h3.widget-title,
+.devhub-wrap .reference-landing .section h4.widget-title {
+  margin-bottom: 0;
+}
+.devhub-wrap .reference-landing .section.search-guide {
+  padding-bottom: 0;
+}
+.devhub-wrap .reference-landing .section.section.topic-guide, .devhub-wrap .reference-landing .section.section.new-in-guide {
+  padding-top: 0;
+}
+.devhub-wrap .reference-landing .searchform {
+  overflow: hidden;
+  height: auto;
+  margin-bottom: 1em;
+}
+.devhub-wrap .reference-landing .searchform input {
+  height: 50px;
+  height: 5rem;
+  margin-bottom: 1em;
+  width: 100%;
+}
+.devhub-wrap .reference-landing .searchform input[type="submit"] {
+  width: 85px;
+  width: 8.5rem;
+  float: left;
+}
+.devhub-wrap .reference-landing .searchform label {
+  width: 560px;
+  width: 56rem;
+  max-width: 100%;
+  margin-right: 15px;
+  display: inline-block;
+  float: left;
+}
+.devhub-wrap .reference-landing .searchform label .search-field input[type="text"] {
+  width: 100%;
+}
+.devhub-wrap .reference-landing .box,
+.devhub-wrap .sidebar .box,
+.devhub-wrap .sidebar .widget_wporg_handbook_pages {
+  padding: 0;
+  border: 2px solid #cccccc;
+  background-color: #eeeeee;
+}
+.devhub-wrap .reference-landing .box ul,
+.devhub-wrap .sidebar .box ul,
+.devhub-wrap .sidebar .widget_wporg_handbook_pages ul {
+  padding: 2em;
+}
+.devhub-wrap .reference-landing .box .widget-title,
+.devhub-wrap .sidebar .box .widget-title,
+.devhub-wrap .sidebar .widget_wporg_handbook_pages .widget-title {
+  padding: 10px 30px;
+  padding: 1rem 30px;
+  font-size: 16px;
+  font-size: 1.6rem;
+}
+.devhub-wrap .reference-landing .box .widget-content,
+.devhub-wrap .sidebar .box .widget-content,
+.devhub-wrap .sidebar .widget_wporg_handbook_pages .widget-content {
+  padding: 16px 30px;
+  padding: 1.6rem 3rem;
+}
+.devhub-wrap .three-columns .box {
+  width: 31%;
+  margin: 1.15%;
+}
+.devhub-wrap .two-columns .box {
+  width: 48%;
+  margin: 1%;
+}
+.devhub-wrap .no-bullets,
+.devhub-wrap .sidebar .widget ul {
+  list-style-type: none;
+  margin: 0;
+  padding: 0;
+}
+.devhub-wrap .horizontal-list {
+  display: inline;
+  list-style-type: none;
+  margin: 0;
+  padding: 0;
+}
+.devhub-wrap .horizontal-list li {
+  display: inline;
+}
+.devhub-wrap .horizontal-list li a {
+  padding: 0px 40px;
+  padding: 0 4rem;
+  border-left: 1px solid #ccc;
+}
+.devhub-wrap .horizontal-list li:first-child a {
+  padding-left: 0;
+  border-left: none;
+}
+.devhub-wrap .box.transparent {
+  background: none;
+  color: #fff;
+}
+.devhub-wrap .box.transparent h2,
+.devhub-wrap .box.transparent h3,
+.devhub-wrap .box.transparent h4 {
+  color: #fff;
+}
+.devhub-wrap .box.gray {
+  background: #fff;
+  border: 1px solid #d8d8d8;
+}
+.devhub-wrap .box.gray .widget-title {
+  color: #666666;
+  background: #d8d8d8;
+  text-transform: uppercase;
+}
+.devhub-wrap .box .unordered-list {
+  list-style-type: none;
+  padding: 0;
+  margin: 0;
+  font-size: 13px;
+  font-size: 1.3rem;
+  line-height: 30px;
+  line-height: 3rem;
+}
+.devhub-wrap .widget-description {
+  font-style: italic;
+  font-weight: 300;
+}
+.devhub-wrap .wp-parser-class, .devhub-wrap .wp-parser-function, .devhub-wrap .wp-parser-hook, .devhub-wrap .wp-parser-method {
+  border-bottom: 1px solid #dfdfdf;
+}
+.devhub-wrap .wp-parser-class h1, .devhub-wrap .wp-parser-function h1, .devhub-wrap .wp-parser-hook h1, .devhub-wrap .wp-parser-method h1 {
+  margin: 24px 0;
+}
+.devhub-wrap .wp-parser-class h1 a, .devhub-wrap .wp-parser-function h1 a, .devhub-wrap .wp-parser-hook h1 a, .devhub-wrap .wp-parser-method h1 a {
+  color: #24831d;
+  font-family: monospace;
+  font-size: 20px;
+}
+.devhub-wrap .wp-parser-class h1 a .arg-type, .devhub-wrap .wp-parser-function h1 a .arg-type, .devhub-wrap .wp-parser-hook h1 a .arg-type, .devhub-wrap .wp-parser-method h1 a .arg-type {
+  color: #cd2f23;
+}
+.devhub-wrap .wp-parser-class h1 a .arg-name, .devhub-wrap .wp-parser-function h1 a .arg-name, .devhub-wrap .wp-parser-hook h1 a .arg-name, .devhub-wrap .wp-parser-method h1 a .arg-name {
+  color: #0f55c8;
+}
+.devhub-wrap .wp-parser-class h1 a .arg-default, .devhub-wrap .wp-parser-function h1 a .arg-default, .devhub-wrap .wp-parser-hook h1 a .arg-default, .devhub-wrap .wp-parser-method h1 a .arg-default {
+  color: #000000;
+}
+.devhub-wrap .wp-parser-class h1 a:hover, .devhub-wrap .wp-parser-function h1 a:hover, .devhub-wrap .wp-parser-hook h1 a:hover, .devhub-wrap .wp-parser-method h1 a:hover {
+  border-bottom: 1px dotted #21759b;
+}
+.devhub-wrap .wp-parser-class h2, .devhub-wrap .wp-parser-function h2, .devhub-wrap .wp-parser-hook h2, .devhub-wrap .wp-parser-method h2 {
+  font-family: Georgia, ​Times, ​serif;
+  margin-bottom: .5em;
+}
+.devhub-wrap .wp-parser-class .parameters p, .devhub-wrap .wp-parser-function .parameters p, .devhub-wrap .wp-parser-hook .parameters p, .devhub-wrap .wp-parser-method .parameters p {
+  margin-bottom: 0;
+}
+.devhub-wrap .wp-parser-class .parameters dd .desc .type, .devhub-wrap .wp-parser-class .parameters dd .desc .required, .devhub-wrap .wp-parser-function .parameters dd .desc .type, .devhub-wrap .wp-parser-function .parameters dd .desc .required, .devhub-wrap .wp-parser-hook .parameters dd .desc .type, .devhub-wrap .wp-parser-hook .parameters dd .desc .required, .devhub-wrap .wp-parser-method .parameters dd .desc .type, .devhub-wrap .wp-parser-method .parameters dd .desc .required {
+  font-style: italic;
+}
+.devhub-wrap .wp-parser-class .parameters dd .default, .devhub-wrap .wp-parser-function .parameters dd .default, .devhub-wrap .wp-parser-hook .parameters dd .default, .devhub-wrap .wp-parser-method .parameters dd .default {
+  font-style: italic;
+}
+.devhub-wrap .wp-parser-class .learn-more, .devhub-wrap .wp-parser-function .learn-more, .devhub-wrap .wp-parser-hook .learn-more, .devhub-wrap .wp-parser-method .learn-more {
+  background-color: #f1f1f1;
+  border: 1px solid #dfdfdf;
+  border-radius: 5px;
+  padding: 20px;
+}
+.devhub-wrap .loop-pagination {
+  text-align: center;
+  font-size: 18px;
+  margin-bottom: 20px;
+}
+.devhub-wrap .comment-list,
+.devhub-wrap .comment-list ol {
+  list-style: none;
+  margin: 0 0 1.5em 0;
+  border-top: 1px solid #eee;
+  padding: 0;
+}
+.devhub-wrap .comment-list li {
+  padding: 24px 24px 0 24px;
+  padding: 1.5rem 1.5rem 0 1.5rem;
+  border: 1px solid #eee;
+  border-top: none;
+  background: #fff;
+}
+.devhub-wrap .comment-list .avatar {
+  float: left;
+  width: 2.5em;
+  height: 2.5em;
+  margin: 0 1em 0.5em 0;
+  padding: 0.125em;
+  border: 1px solid #eee;
+}
+.devhub-wrap .comment-meta {
+  margin: 0 0 1.5em 0;
+  font-size: 0.75em;
+}
+.devhub-wrap .comment-content {
+  margin-left: 60px;
+  margin-left: 3.75rem;
+  margin-left: 0;
+  clear: both;
+}
+.devhub-wrap .comment-content ol {
+  list-style: decimal inside;
+  margin: 0 0 1.5em 0;
+  border-top: none;
+  margin: 0 0 1.5em 1.5em;
+  padding: 0;
+}
+.devhub-wrap .comment-content ul {
+  list-style: square inside;
+  margin: 0 0 1.5em 0;
+  border-top: none;
+  margin: 0 0 1.5em 1.5em;
+  padding: 0;
+}
+.devhub-wrap .comment-content li {
+  border: none;
+  padding: 0;
+}
+.devhub-wrap #respond {
+  overflow: hidden;
+}
+.devhub-wrap .comment-list #respond {
+  margin: 1.5em 0 0;
+}
+.devhub-wrap #respond .log-in-out a {
+  font-style: italic;
+}
+.devhub-wrap #reply-title small a {
+  font-style: italic;
+}
+.devhub-wrap #respond #submit {
+  float: left;
+  margin: 0 0 1.5em;
+}
+.devhub-wrap #content-area.has-sidebar {
+  float: none;
+  margin: 0 auto;
+  width: 60em;
+}
+.devhub-wrap .has-sidebar main {
+  float: right;
+  width: 67%;
+  margin: 0;
+  clear: none;
+  padding: 0 12px;
+  padding: 0 1.2rem;
+}
+.devhub-wrap .has-sidebar .widget-area {
+  float: left;
+  overflow: hidden;
+  width: 30%;
+  margin-left: -55px;
+  margin: 0;
+  clear: none;
+}
+.devhub-wrap .has-sidebar .widget-area .widget {
+  width: 100%;
+}
+
+@media (max-width: 60em) {
+  .devhub-wrap {
+    max-width: 100%;
+    width: 100%;
+  }
+  .devhub-wrap #content-area,
+  .devhub-wrap .inner-wrap {
+    max-width: 100%;
+    padding: 0 1%;
+  }
+  .devhub-wrap #content-area .has-sidebar,
+  .devhub-wrap .inner-wrap .has-sidebar {
+    width: 100%;
+  }
+}
+@media (max-width: 43em) {
+  #content-area.has-sidebar main {
+    float: right;
+    width: 96%;
+    margin: 0 auto;
+    clear: both;
+    padding: 0 12px;
+    padding: 0 1.2rem;
+  }
+  #content-area.has-sidebar .widget-area {
+    float: none;
+    overflow: hidden;
+    width: 80%;
+    margin: 0 auto;
+    clear: both;
+  }
+  #content-area.has-sidebar .widget-area .widget {
+    width: 100%;
+  }
+
+  .section .box,
+  .home-primary-content,
+  .reference-landing .section {
+    float: none;
+    width: 100%;
+    padding: 1.5em 10%;
+    clear: both;
+    text-align: center;
+    display: block;
+  }
+
+  .reference-landing .section .box,
+  .sidebar .box {
+    padding: 0;
+    margin-bottom: 1.5em;
+  }
+
+  .home-primary-content .entry-content,
+  .reference-landing .section {
+    text-align: left;
+  }
+
+  .horizontal-list li {
+    display: block;
+  }
+  .horizontal-list li a {
+    border-left: none;
+  }
+
+  .horizontal-list li:first-child a {
+    padding: 0 40px;
+    padding: 0 4rem;
+  }
+
+  .reference-landing .searchform input[type="text"],
+  .reference-landing .searchform input[type="submit"] {
+    width: 100%;
+    margin-right: 0;
+    margin-bottom: 1em;
+    float: none;
+    clear: both;
+  }
+}
</ins></span></pre></div>
<a id="sitestrunkwordpressorgpublic_htmlwpcontentthemespubwporgdeveloperstylesheetsresetcss"></a>
<div class="addfile"><h4>Added: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/reset.css (0 => 591)</h4>
<pre class="diff"><span>
<span class="info">--- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/reset.css                                (rev 0)
+++ sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/reset.css   2014-05-02 21:43:28 UTC (rev 591)
</span><span class="lines">@@ -0,0 +1,80 @@
</span><ins>+/* =Reset
+-------------------------------------------------------------- */
+html, body, div, span, applet, object, iframe,
+h1, h2, h3, h4, h5, h6, p, blockquote, pre,
+a, abbr, acronym, address, big, cite, code,
+del, dfn, em, font, ins, kbd, q, s, samp,
+small, strike, strong, sub, sup, tt, var,
+dl, dt, dd, ol, ul, li,
+fieldset, form, label, legend,
+table, caption, tbody, tfoot, thead, tr, th, td {
+  border: 0;
+  font-family: inherit;
+  font-size: 100%;
+  font-style: inherit;
+  font-weight: inherit;
+  margin: 0;
+  outline: 0;
+  padding: 0;
+  vertical-align: baseline;
+}
+
+html {
+  font-size: 62.5%;
+  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
+  overflow-y: scroll;
+  /* Keeps page centered in all browsers regardless of content height */
+  -webkit-text-size-adjust: 100%;
+  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
+  -ms-text-size-adjust: 100%;
+  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
+}
+
+body {
+  background: #fff;
+}
+
+article,
+aside,
+details,
+figcaption,
+figure,
+footer,
+header,
+main,
+nav,
+section {
+  display: block;
+}
+
+ol, ul {
+  list-style: none;
+}
+
+table {
+  /* tables still need 'cellspacing="0"' in the markup */
+  border-collapse: separate;
+  border-spacing: 0;
+}
+
+caption, th, td {
+  font-weight: normal;
+  text-align: left;
+}
+
+blockquote, q {
+  quotes: "" "";
+}
+blockquote:before, blockquote:after, q:before, q:after {
+  content: "";
+}
+
+a:focus {
+  outline: thin dotted;
+}
+a:hover, a:active {
+  outline: 0;
+}
+a img {
+  border: 0;
+}
</ins><span class="cx">Property changes on: sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/stylesheets/reset.css
</span><span class="cx">___________________________________________________________________
</span></span></pre></div>
<a id="svneolstyle"></a>
<div class="addfile"><h4>Added: svn:eol-style</h4></div>
<ins>+native
</ins><span class="cx">\ No newline at end of property
</span></div>

</body>
</html>