From bb4bf557c69fd901e941e61edf542a9ea4e32702 Mon Sep 17 00:00:00 2001 From: Morten Rand-Hendriksen Date: Wed, 14 May 2014 18:30:36 -0700 Subject: [PATCH 1/5] Fixes overflow issue when hidden content with the .screen-reader-text class is positioned hard right. --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index afffe0a4..2a9255dd 100644 --- a/style.css +++ b/style.css @@ -451,6 +451,9 @@ a:active { .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; } .screen-reader-text:hover, From 4df5790db7612c027a566ac910ba7be5c33a2f8c Mon Sep 17 00:00:00 2001 From: Morten Rand-Hendriksen Date: Fri, 16 May 2014 00:43:23 -0700 Subject: [PATCH 2/5] Move skip-to-content link to top to make it first focusable element for keyboard navigation. --- header.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/header.php b/header.php index 398b6ef0..150c11a9 100644 --- a/header.php +++ b/header.php @@ -20,7 +20,8 @@ >
- + + From f955fca6309d708fb3a912bb8afc807ef3f69ecc Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 18 May 2014 13:08:41 -0700 Subject: [PATCH 3/5] Remove leading space in stylesheet comment. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index da61a29f..359860eb 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ Tags: This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. - _s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. +_s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html From 86a0cd531d70cd3c65e360971e6b8fb0bc851fd4 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Sun, 18 May 2014 13:09:20 -0700 Subject: [PATCH 4/5] Pinking shears (remove trailing spaces) in two files. --- inc/extras.php | 2 +- style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/extras.php b/inc/extras.php index cb62ea5b..531c7774 100644 --- a/inc/extras.php +++ b/inc/extras.php @@ -46,7 +46,7 @@ function _s_wp_title( $title, $sep ) { if ( is_feed() ) { return $title; } - + global $page, $paged; // Add the blog name diff --git a/style.css b/style.css index 359860eb..6e3da8df 100644 --- a/style.css +++ b/style.css @@ -452,7 +452,7 @@ a:active { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; - width: 1px; + width: 1px; overflow: hidden; } From f1dd4b2c2a2abafde01461f51ab6e68b7a669bff Mon Sep 17 00:00:00 2001 From: Konstantin Obenland Date: Tue, 20 May 2014 10:53:10 -0500 Subject: [PATCH 5/5] _s: Revert f955fca630 The leading whitespace is needed to replace this `_s` instance with the theme name. It's obviously a hack, since it also leaves the theme name with a leading white space, but short of adding a new replace logic for this specific line in `style.css`, it's the easiest way to achieve that. See #304, where this was brought up before. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 6e3da8df..2c62fdb0 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ Tags: This theme, like WordPress, is licensed under the GPL. Use it to make something cool, have fun, and share what you've learned with others. -_s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. + _s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc. Resetting and rebuilding styles have been helped along thanks to the fine work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html