<!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>[18117] trunk/wp-content/themes/twentyeleven: Twenty Eleven: accessibility improvements and minor style fixes for galleries; See #17524</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, #logmsg > ol { margin-left: 0; 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://trac.wordpress.org/changeset/18117">18117</a></dd>
<dt>Author</dt> <dd>iandstewart</dd>
<dt>Date</dt> <dd>2011-06-02 19:30:07 +0000 (Thu, 02 Jun 2011)</dd>
</dl>

<h3>Log Message</h3>
<pre>Twenty Eleven: accessibility improvements and minor style fixes for galleries; See <a href="http://trac.wordpress.org/ticket/17524">#17524</a>
* Improved color contrast for light and dark color schemes
* Skip link for skipping directly to sidebar content
* Skip links visible on :focus
* Using a more semantic, general class name of .assistive-text instead of .section-heading and .screen-reader-text
* Focus styles for password inputs (and a minor style fix)</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwpcontentthemestwentyelevencolorsdarkcss">trunk/wp-content/themes/twentyeleven/colors/dark.css</a></li>
<li><a href="#trunkwpcontentthemestwentyelevencommentsphp">trunk/wp-content/themes/twentyeleven/comments.php</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenfunctionsphp">trunk/wp-content/themes/twentyeleven/functions.php</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenheaderphp">trunk/wp-content/themes/twentyeleven/header.php</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenincthemeoptionsphp">trunk/wp-content/themes/twentyeleven/inc/theme-options.php</a></li>
<li><a href="#trunkwpcontentthemestwentyelevensinglephp">trunk/wp-content/themes/twentyeleven/single.php</a></li>
<li><a href="#trunkwpcontentthemestwentyelevenstylecss">trunk/wp-content/themes/twentyeleven/style.css</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkwpcontentthemestwentyelevencolorsdarkcss"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/colors/dark.css (18116 => 18117)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/colors/dark.css        2011-06-02 17:21:28 UTC (rev 18116)
+++ trunk/wp-content/themes/twentyeleven/colors/dark.css        2011-06-02 19:30:07 UTC (rev 18117)
</span><span class="lines">@@ -35,6 +35,7 @@
</span><span class="cx">         background: #00063f;
</span><span class="cx"> }
</span><span class="cx"> input[type=text],
</span><ins>+.post-password-required input[type=password],
</ins><span class="cx"> textarea {
</span><span class="cx">         border: 1px solid #222;
</span><span class="cx"> }
</span><span class="lines">@@ -124,28 +125,34 @@
</span><span class="cx">         border-color: #222;
</span><span class="cx"> }
</span><span class="cx"> .page-link {
</span><del>-        background: #0e0e0e;
-        border-color: #222;
-        color: #777;
</del><span class="cx"> }
</span><span class="cx"> .page-link a {
</span><del>-        background: #272727;
</del><ins>+        background: #242424;
</ins><span class="cx">         color: #bbb;
</span><span class="cx"> }
</span><span class="cx"> .page-link a:hover {
</span><del>-        background: #888;
</del><ins>+        background: #999;
</ins><span class="cx">         color: #000;
</span><span class="cx"> }
</span><span class="cx"> .entry-meta .edit-link a {
</span><del>-        background: #555;
-        color: #000;
</del><ins>+        background: #242424;
+        color: #bbb;
</ins><span class="cx"> }
</span><span class="cx"> .entry-meta .edit-link a:hover,
</span><span class="cx"> .entry-meta .edit-link a:focus,
</span><span class="cx"> .entry-meta .edit-link a:active {
</span><del>-        background: #888;
</del><ins>+        background: #999;
+        color: #000;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/* Password Protected Posts */
+.post-password-required input[type=password] {
+        background: #ddd;
+}
+.post-password-required input[type=password]:focus {
+        background: #fff;
+}
+
</ins><span class="cx"> /* Author Info */
</span><span class="cx"> .singular #author-info {
</span><span class="cx">         background: #060606;
</span><span class="lines">@@ -166,7 +173,7 @@
</span><span class="cx"> 
</span><span class="cx"> /* Comments link */
</span><span class="cx"> .entry-header .comments-link a {
</span><del>-        background: #1a1a1a;
</del><ins>+        background: #242424;
</ins><span class="cx">         border-color: #222;
</span><span class="cx">         color: #888;
</span><span class="cx"> }
</span><span class="lines">@@ -178,9 +185,6 @@
</span><span class="cx"> .singular .entry-title {
</span><span class="cx">         color: #fff;
</span><span class="cx"> }
</span><del>-.singular .entry-meta .edit-link a {
-        color: #000;
-}
</del><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /* =Status
</span><span class="lines">@@ -317,7 +321,7 @@
</span><span class="cx"> }
</span><span class="cx"> section.recent-posts .other-recent-posts .comments-link a,
</span><span class="cx"> section.recent-posts .other-recent-posts .comments-link &gt; span {
</span><del>-        border-color: #666;
</del><ins>+        border-color: #959595;
</ins><span class="cx">         color: #bbb;
</span><span class="cx"> }
</span><span class="cx"> section.recent-posts .other-recent-posts .comments-link &gt; span {
</span><span class="lines">@@ -438,12 +442,14 @@
</span><span class="cx">         background: #222;
</span><span class="cx">         border-color: #2c2c2c;
</span><span class="cx"> }
</span><ins>+.commentlist &gt; li.bypostauthor .comment-meta {
+        color: #a8a8a8;
+}
</ins><span class="cx"> 
</span><span class="cx"> /* Comment Form */
</span><span class="cx"> #respond {
</span><span class="cx">         background: #222;
</span><span class="cx">         border-color: #2c2c2c;
</span><del>-        color: #bbb;
</del><span class="cx"> }
</span><span class="cx"> #respond input[type=&quot;text&quot;],
</span><span class="cx"> #respond textarea {
</span><span class="lines">@@ -538,7 +544,7 @@
</span><span class="cx">                 color: #333;
</span><span class="cx">         }
</span><span class="cx">         .commentlist &gt; li.bypostauthor .comment-meta {
</span><del>-                color: #666;
</del><ins>+                color: #959595;
</ins><span class="cx">         }
</span><span class="cx">         .commentlist &gt; li:before {
</span><span class="cx">                 content: none !important;
</span><span class="lines">@@ -551,6 +557,6 @@
</span><span class="cx">         }
</span><span class="cx">         .commentlist .children &gt; li.bypostauthor &gt; article,
</span><span class="cx">         .commentlist .children &gt; li.bypostauthor &gt; article .comment-meta {
</span><del>-                color: #666;
</del><ins>+                color: #959595;
</ins><span class="cx">         }
</span><span class="cx"> }
</span><span class="cx">\ No newline at end of file
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevencommentsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/comments.php (18116 => 18117)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/comments.php        2011-06-02 17:21:28 UTC (rev 18116)
+++ trunk/wp-content/themes/twentyeleven/comments.php        2011-06-02 19:30:07 UTC (rev 18117)
</span><span class="lines">@@ -37,7 +37,7 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;?php if ( get_comment_pages_count() &gt; 1 &amp;&amp; get_option( 'page_comments' ) ) : // are there comments to navigate through ?&gt;
</span><span class="cx">                 &lt;nav id=&quot;comment-nav-above&quot;&gt;
</span><del>-                        &lt;h1 class=&quot;section-heading&quot;&gt;&lt;?php _e( 'Comment navigation', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
</del><ins>+                        &lt;h1 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Comment navigation', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
</ins><span class="cx">                         &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( __( '&amp;larr; Older Comments', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
</span><span class="cx">                         &lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( __( 'Newer Comments &amp;rarr;', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
</span><span class="cx">                 &lt;/nav&gt;
</span><span class="lines">@@ -57,7 +57,7 @@
</span><span class="cx"> 
</span><span class="cx">                 &lt;?php if ( get_comment_pages_count() &gt; 1 &amp;&amp; get_option( 'page_comments' ) ) : // are there comments to navigate through ?&gt;
</span><span class="cx">                 &lt;nav id=&quot;comment-nav-below&quot;&gt;
</span><del>-                        &lt;h1 class=&quot;section-heading&quot;&gt;&lt;?php _e( 'Comment navigation', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
</del><ins>+                        &lt;h1 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Comment navigation', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
</ins><span class="cx">                         &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php previous_comments_link( __( '&amp;larr; Older Comments', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
</span><span class="cx">                         &lt;div class=&quot;nav-next&quot;&gt;&lt;?php next_comments_link( __( 'Newer Comments &amp;rarr;', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
</span><span class="cx">                 &lt;/nav&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevenfunctionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/functions.php (18116 => 18117)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/functions.php        2011-06-02 17:21:28 UTC (rev 18116)
+++ trunk/wp-content/themes/twentyeleven/functions.php        2011-06-02 19:30:07 UTC (rev 18117)
</span><span class="lines">@@ -441,7 +441,7 @@
</span><span class="cx"> 
</span><span class="cx">         if ( $wp_query-&gt;max_num_pages &gt; 1 ) : ?&gt;
</span><span class="cx">                 &lt;nav id=&quot;&lt;?php echo $nav_id; ?&gt;&quot;&gt;
</span><del>-                        &lt;h1 class=&quot;section-heading&quot;&gt;&lt;?php _e( 'Post navigation', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
</del><ins>+                        &lt;h1 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Post navigation', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
</ins><span class="cx">                         &lt;div class=&quot;nav-previous&quot;&gt;&lt;?php next_posts_link( __( '&lt;span class=&quot;meta-nav&quot;&gt;&amp;larr;&lt;/span&gt; Older posts', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
</span><span class="cx">                         &lt;div class=&quot;nav-next&quot;&gt;&lt;?php previous_posts_link( __( 'Newer posts &lt;span class=&quot;meta-nav&quot;&gt;&amp;rarr;&lt;/span&gt;', 'twentyeleven' ) ); ?&gt;&lt;/div&gt;
</span><span class="cx">                 &lt;/nav&gt;&lt;!-- #nav-above --&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevenheaderphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/header.php (18116 => 18117)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/header.php        2011-06-02 17:21:28 UTC (rev 18116)
+++ trunk/wp-content/themes/twentyeleven/header.php        2011-06-02 19:30:07 UTC (rev 18117)
</span><span class="lines">@@ -110,9 +110,10 @@
</span><span class="cx">                         &lt;?php endif; ?&gt;
</span><span class="cx"> 
</span><span class="cx">                         &lt;nav id=&quot;access&quot; role=&quot;navigation&quot;&gt;
</span><del>-                                &lt;h1 class=&quot;section-heading&quot;&gt;&lt;?php _e( 'Main menu', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
</del><ins>+                                &lt;h1 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Main menu', 'twentyeleven' ); ?&gt;&lt;/h1&gt;
</ins><span class="cx">                                 &lt;?php /*  Allow screen readers / text browsers to skip the navigation menu and get right to the good stuff. */ ?&gt;
</span><del>-                                &lt;div class=&quot;skip-link screen-reader-text&quot;&gt;&lt;a href=&quot;#content&quot; title=&quot;&lt;?php esc_attr_e( 'Skip to content', 'twentyeleven' ); ?&gt;&quot;&gt;&lt;?php _e( 'Skip to content', 'twentyeleven' ); ?&gt;&lt;/a&gt;&lt;/div&gt;
</del><ins>+                                &lt;div class=&quot;skip-link&quot;&gt;&lt;a class=&quot;assistive-text&quot; href=&quot;#content&quot; title=&quot;&lt;?php esc_attr_e( 'Skip to primary content', 'twentyeleven' ); ?&gt;&quot;&gt;&lt;?php _e( 'Skip to primary content', 'twentyeleven' ); ?&gt;&lt;/a&gt;&lt;/div&gt;
+                                &lt;div class=&quot;skip-link&quot;&gt;&lt;a class=&quot;assistive-text&quot; href=&quot;#secondary&quot; title=&quot;&lt;?php esc_attr_e( 'Skip to secondary content', 'twentyeleven' ); ?&gt;&quot;&gt;&lt;?php _e( 'Skip to secondary content', 'twentyeleven' ); ?&gt;&lt;/a&gt;&lt;/div&gt;
</ins><span class="cx">                                 &lt;?php /* Our navigation menu.  If one isn't filled out, wp_nav_menu falls back to wp_page_menu. The menu assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?&gt;
</span><span class="cx">                                 &lt;?php wp_nav_menu( array( 'theme_location' =&gt; 'primary' ) ); ?&gt;
</span><span class="cx">                         &lt;/nav&gt;&lt;!-- #access --&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevenincthemeoptionsphp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/inc/theme-options.php (18116 => 18117)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/inc/theme-options.php        2011-06-02 17:21:28 UTC (rev 18116)
+++ trunk/wp-content/themes/twentyeleven/inc/theme-options.php        2011-06-02 19:30:07 UTC (rev 18117)
</span><span class="lines">@@ -199,7 +199,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;tr valign=&quot;top&quot; class=&quot;image-radio-option&quot;&gt;&lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Color Scheme', 'twentyeleven' ); ?&gt;&lt;/th&gt;
</span><span class="cx">                                         &lt;td&gt;
</span><del>-                                                &lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Color Scheme', 'twentyeleven' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+                                                &lt;fieldset&gt;&lt;legend class=&quot;assistive-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Color Scheme', 'twentyeleven' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx">                                                 &lt;?php
</span><span class="cx">                                                         foreach ( twentyeleven_color_schemes() as $color ) {
</span><span class="cx">                                                                 ?&gt;
</span><span class="lines">@@ -221,7 +221,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;tr valign=&quot;top&quot;&gt;&lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Link Color', 'twentyeleven' ); ?&gt;&lt;/th&gt;
</span><span class="cx">                                         &lt;td&gt;
</span><del>-                                                &lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Link Color', 'twentyeleven' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+                                                &lt;fieldset&gt;&lt;legend class=&quot;assistive-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Link Color', 'twentyeleven' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx">                                                         &lt;input type=&quot;text&quot; name=&quot;twentyeleven_theme_options[link_color]&quot; id=&quot;link-color&quot; value=&quot;&lt;?php echo esc_attr( $options['link_color'] ); ?&gt;&quot; /&gt;
</span><span class="cx">                                                         &lt;a href=&quot;#&quot; class=&quot;pickcolor hide-if-no-js&quot; id=&quot;link-color-example&quot;&gt;&lt;/a&gt;
</span><span class="cx">                                                         &lt;input type=&quot;button&quot; class=&quot;pickcolor button hide-if-no-js&quot; value=&quot;&lt;?php esc_attr_e( 'Select a Color', 'twentyeleven' ); ?&gt;&quot; /&gt;
</span><span class="lines">@@ -234,7 +234,7 @@
</span><span class="cx"> 
</span><span class="cx">                                 &lt;tr valign=&quot;top&quot; class=&quot;image-radio-option&quot;&gt;&lt;th scope=&quot;row&quot;&gt;&lt;?php _e( 'Default Layout', 'twentyeleven' ); ?&gt;&lt;/th&gt;
</span><span class="cx">                                         &lt;td&gt;
</span><del>-                                                &lt;fieldset&gt;&lt;legend class=&quot;screen-reader-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Color Scheme', 'twentyeleven' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</del><ins>+                                                &lt;fieldset&gt;&lt;legend class=&quot;assistive-text&quot;&gt;&lt;span&gt;&lt;?php _e( 'Color Scheme', 'twentyeleven' ); ?&gt;&lt;/span&gt;&lt;/legend&gt;
</ins><span class="cx">                                                 &lt;?php
</span><span class="cx">                                                         foreach ( twentyeleven_layouts() as $layout ) {
</span><span class="cx">                                                                 ?&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevensinglephp"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/single.php (18116 => 18117)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/single.php        2011-06-02 17:21:28 UTC (rev 18116)
+++ trunk/wp-content/themes/twentyeleven/single.php        2011-06-02 19:30:07 UTC (rev 18117)
</span><span class="lines">@@ -15,7 +15,7 @@
</span><span class="cx">                                 &lt;?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?&gt;
</span><span class="cx"> 
</span><span class="cx">                                         &lt;nav id=&quot;nav-single&quot;&gt;
</span><del>-                                                &lt;h1 class=&quot;section-heading&quot;&gt;&lt;?php _e( 'Post navigation', 'toolbox' ); ?&gt;&lt;/h1&gt;
</del><ins>+                                                &lt;h1 class=&quot;assistive-text&quot;&gt;&lt;?php _e( 'Post navigation', 'toolbox' ); ?&gt;&lt;/h1&gt;
</ins><span class="cx">                                                 &lt;span class=&quot;nav-previous&quot;&gt;&lt;?php previous_post_link( '%link', __( '&amp;larr; Previous', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
</span><span class="cx">                                                 &lt;span class=&quot;nav-next&quot;&gt;&lt;?php next_post_link( '%link', __( 'Next &amp;rarr;', 'twentyeleven' ) ); ?&gt;&lt;/span&gt;
</span><span class="cx">                                         &lt;/nav&gt;&lt;!-- #nav-single --&gt;
</span></span></pre></div>
<a id="trunkwpcontentthemestwentyelevenstylecss"></a>
<div class="modfile"><h4>Modified: trunk/wp-content/themes/twentyeleven/style.css (18116 => 18117)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/wp-content/themes/twentyeleven/style.css        2011-06-02 17:21:28 UTC (rev 18116)
+++ trunk/wp-content/themes/twentyeleven/style.css        2011-06-02 19:30:07 UTC (rev 18117)
</span><span class="lines">@@ -309,7 +309,7 @@
</span><span class="cx"> ----------------------------------------------- */
</span><span class="cx"> 
</span><span class="cx"> body, input, textarea {
</span><del>-        color: #333;
</del><ins>+        color: #373737;
</ins><span class="cx">         font: 15px &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif;
</span><span class="cx">         font-weight: 300;
</span><span class="cx">         line-height: 1.625;
</span><span class="lines">@@ -428,6 +428,7 @@
</span><span class="cx"> 
</span><span class="cx"> /* Forms */
</span><span class="cx"> input[type=text],
</span><ins>+input[type=password],
</ins><span class="cx"> textarea {
</span><span class="cx">         background: #fafafa;
</span><span class="cx">         -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
</span><span class="lines">@@ -438,7 +439,7 @@
</span><span class="cx"> }
</span><span class="cx"> input[type=text]:focus,
</span><span class="cx"> textarea:focus {
</span><del>-        color: #333;
</del><ins>+        color: #373737;
</ins><span class="cx"> }
</span><span class="cx"> textarea {
</span><span class="cx">         padding-left: 3px;
</span><span class="lines">@@ -462,7 +463,7 @@
</span><span class="cx"> 
</span><span class="cx"> /* Links */
</span><span class="cx"> a {
</span><del>-        color: #1b8be0;
</del><ins>+        color: #1982d1;
</ins><span class="cx">         text-decoration: none;
</span><span class="cx"> }
</span><span class="cx"> a:focus,
</span><span class="lines">@@ -471,13 +472,24 @@
</span><span class="cx">         text-decoration: underline;
</span><span class="cx"> }
</span><span class="cx"> 
</span><del>-/* Assitive text */
-.section-heading,
-.screen-reader-text {
</del><ins>+/* Assistive text */
+.assistive-text {
</ins><span class="cx">         position: absolute !important;
</span><span class="cx">         clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
</span><span class="cx">         clip: rect(1px, 1px, 1px, 1px);
</span><span class="cx"> }
</span><ins>+#access a.assistive-text:active,
+#access a.assistive-text:focus {
+        background: #eee;
+        border-bottom: 1px solid #ddd;
+        color: #1982d1;
+        clip: auto !important;
+        font-size: 12px;
+        position: absolute;
+        text-decoration: underline;
+        top: 0;
+        left: 7.6%;
+}
</ins><span class="cx"> 
</span><span class="cx"> 
</span><span class="cx"> /* =Header
</span><span class="lines">@@ -503,7 +515,7 @@
</span><span class="cx"> #site-title a:hover,
</span><span class="cx"> #site-title a:focus,
</span><span class="cx"> #site-title a:active {
</span><del>-        color: #1b8be0;
</del><ins>+        color: #1982d1;
</ins><span class="cx"> }
</span><span class="cx"> #site-description {
</span><span class="cx">         color: #7a7a7a;
</span><span class="lines">@@ -590,7 +602,7 @@
</span><span class="cx">         background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
</span><span class="cx">         background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
</span><span class="cx">         background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
</span><del>-        color: #333;
</del><ins>+        color: #373737;
</ins><span class="cx"> }
</span><span class="cx"> #access ul li:hover &gt; ul {
</span><span class="cx">         display: block;
</span><span class="lines">@@ -710,7 +722,7 @@
</span><span class="cx"> .entry-title a:hover,
</span><span class="cx"> .entry-title a:focus,
</span><span class="cx"> .entry-title a:active {
</span><del>-        color: #1b8be0;
</del><ins>+        color: #1982d1;
</ins><span class="cx"> }
</span><span class="cx"> .entry-meta {
</span><span class="cx">         color: #666;
</span><span class="lines">@@ -777,25 +789,19 @@
</span><span class="cx">         margin: 0;
</span><span class="cx"> }
</span><span class="cx"> .page-link {
</span><del>-        background: #f1f1f1;
-        border-top: 1px solid #ddd;
</del><span class="cx">         clear: both;
</span><del>-        color: #888;
</del><span class="cx">         display: block;
</span><del>-        font-size: 13px;
-        margin: 1.625em -30px;
-        padding: 4px 30px;
-        text-decoration: none;
</del><ins>+        margin: 0 0 1.625em;
</ins><span class="cx"> }
</span><span class="cx"> .page-link a {
</span><del>-        background: #d8d8d8;
-        color: #444;
</del><ins>+        background: #eee;
+        color: #373737;
</ins><span class="cx">         margin: 0;
</span><span class="cx">         padding: 2px 3px;
</span><span class="cx">         text-decoration: none;
</span><span class="cx"> }
</span><span class="cx"> .page-link a:hover {
</span><del>-        background: #777;
</del><ins>+        background: #888;
</ins><span class="cx">         color: #fff;
</span><span class="cx">         font-weight: bold;
</span><span class="cx"> }
</span><span class="lines">@@ -803,10 +809,10 @@
</span><span class="cx">         margin-right: 6px;
</span><span class="cx"> }
</span><span class="cx"> .entry-meta .edit-link a {
</span><del>-        background: #aaa;
</del><ins>+        background: #eee;
</ins><span class="cx">         -moz-border-radius: 3px;
</span><span class="cx">         border-radius: 3px;
</span><del>-        color: #fff;
</del><ins>+        color: #666;
</ins><span class="cx">         float: right;
</span><span class="cx">         font-size: 12px;
</span><span class="cx">         font-weight: 300;
</span><span class="lines">@@ -814,13 +820,25 @@
</span><span class="cx">         padding: 0px 8px;
</span><span class="cx"> }
</span><span class="cx"> .entry-meta .edit-link a:hover {
</span><del>-        background: #777;
</del><ins>+        background: #888;
+        color: #fff;
</ins><span class="cx"> }
</span><span class="cx"> .entry-content .edit-link {
</span><span class="cx">         clear: both;
</span><span class="cx">         display: block;
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+/* Password Protected Posts */
+.post-password-required .entry-header .comments-link {
+        margin: 1.625em 0 0;
+}
+.post-password-required input[type=password] {
+        margin: 0.8125em 0;
+}
+.post-password-required input[type=password]:focus {
+        background: #f7f7f7;
+}
+
</ins><span class="cx"> /* Author Info */
</span><span class="cx"> #author-info {
</span><span class="cx">         font-size: 12px;
</span><span class="lines">@@ -884,7 +902,7 @@
</span><span class="cx"> .entry-header .comments-link a:hover,
</span><span class="cx"> .entry-header .comments-link a:focus,
</span><span class="cx"> .entry-header .comments-link a:active {
</span><del>-        background: #1b8be0;
</del><ins>+        background: #1982d1;
</ins><span class="cx">         border-color: #1573bb;
</span><span class="cx">         border-color: rgba(0,0,0,0.2);
</span><span class="cx">         color: #fff;
</span><span class="lines">@@ -992,7 +1010,6 @@
</span><span class="cx"> }
</span><span class="cx"> .singular .entry-meta .edit-link a {
</span><span class="cx">         bottom: auto;
</span><del>-        color: #fff;
</del><span class="cx">         left: 50px;        
</span><span class="cx">         position: absolute;
</span><span class="cx">         right: auto;
</span><span class="lines">@@ -1042,7 +1059,7 @@
</span><span class="cx"> .format-gallery .gallery-thumb {
</span><span class="cx">         float: left;
</span><span class="cx">         display: block;
</span><del>-        margin-right: 1.625em;
</del><ins>+        margin: .375em 1.625em 0 0;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> 
</span><span class="lines">@@ -1277,7 +1294,7 @@
</span><span class="cx">         width: 180px;
</span><span class="cx"> }
</span><span class="cx"> article.feature-image.small .entry-summary p a:hover {
</span><del>-        background: #1b8be0;
</del><ins>+        background: #1982d1;
</ins><span class="cx">         color: #eee;
</span><span class="cx">         color: rgba(255,255,255,0.8);
</span><span class="cx"> }
</span><span class="lines">@@ -1423,7 +1440,7 @@
</span><span class="cx">         font-size: 17px;
</span><span class="cx"> }
</span><span class="cx"> section.recent-posts .other-recent-posts a[rel=&quot;bookmark&quot;] {
</span><del>-        color: #333;
</del><ins>+        color: #373737;
</ins><span class="cx">         float: left;
</span><span class="cx">         max-width: 84%;
</span><span class="cx"> }
</span><span class="lines">@@ -1455,8 +1472,8 @@
</span><span class="cx">         color: #888;
</span><span class="cx"> }
</span><span class="cx"> section.recent-posts .other-recent-posts .comments-link a:hover {
</span><del>-        color: #1b8be0;
-        border-color: #1b8be0;
</del><ins>+        color: #1982d1;
+        border-color: #1982d1;
</ins><span class="cx"> }
</span><span class="cx"> section.recent-posts .other-recent-posts li:after {
</span><span class="cx">         clear: both;
</span><span class="lines">@@ -1546,6 +1563,9 @@
</span><span class="cx"> .gallery {
</span><span class="cx">         margin: 0 auto 1.625em !important;
</span><span class="cx"> }
</span><ins>+#content .gallery a img {
+    border: none;
+}
</ins><span class="cx"> .gallery-caption {
</span><span class="cx"> }
</span><span class="cx"> img#wpstats {
</span><span class="lines">@@ -1662,7 +1682,7 @@
</span><span class="cx">         top: -2px;
</span><span class="cx"> }
</span><span class="cx"> .widget_search #searchsubmit:active {
</span><del>-        background: #1b8be0;
</del><ins>+        background: #1982d1;
</ins><span class="cx">         border-color: #0861a5;
</span><span class="cx">         -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
</span><span class="cx">         -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
</span><span class="lines">@@ -1860,6 +1880,9 @@
</span><span class="cx">         background: #ddd;
</span><span class="cx">         border-color: #d3d3d3;
</span><span class="cx"> }
</span><ins>+.commentlist &gt; li.bypostauthor .comment-meta {
+        color: #575757;
+}
</ins><span class="cx"> .commentlist &gt; li.bypostauthor .comment-meta a:focus,
</span><span class="cx"> .commentlist &gt; li.bypostauthor .comment-meta a:active,
</span><span class="cx"> .commentlist &gt; li.bypostauthor .comment-meta a:hover {
</span><span class="lines">@@ -1892,7 +1915,6 @@
</span><span class="cx">         border: 1px solid #d3d3d3;
</span><span class="cx">         -moz-border-radius: 3px;
</span><span class="cx">         border-radius: 3px;
</span><del>-        color: #444;
</del><span class="cx">         margin: 0 auto 1.625em;
</span><span class="cx">         padding: 1.625em;
</span><span class="cx">         position: relative;
</span><span class="lines">@@ -1990,7 +2012,7 @@
</span><span class="cx">         text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
</span><span class="cx"> }
</span><span class="cx"> #respond input#submit:active {
</span><del>-        background: #1b8be0;
</del><ins>+        background: #1982d1;
</ins><span class="cx">         color: #bfddf3;
</span><span class="cx"> }
</span><span class="cx"> #respond #cancel-comment-reply-link {
</span><span class="lines">@@ -2007,7 +2029,7 @@
</span><span class="cx">         width: auto;
</span><span class="cx"> }
</span><span class="cx"> #reply-title {
</span><del>-        color: #333;
</del><ins>+        color: #373737;
</ins><span class="cx">         font-size: 24px;
</span><span class="cx">         font-weight: bold;
</span><span class="cx">         line-height: 30px;
</span><span class="lines">@@ -2195,9 +2217,6 @@
</span><span class="cx">                 margin: 2.2em -8.8% 0px;
</span><span class="cx">                 padding: 20px 8.8%;
</span><span class="cx">         }
</span><del>-        .page-link {
-                margin: 1.625em 0;
-        }
</del><span class="cx">         /* Make sure we have room for our comment avatars */
</span><span class="cx">         .commentlist &gt; li.comment,
</span><span class="cx">         .commentlist .pingback {
</span></span></pre>
</div>
</div>

</body>
</html>