From fa3d86936ab753b978b64b153d66ac37636c041f Mon Sep 17 00:00:00 2001 From: obenland Date: Wed, 27 Feb 2013 14:47:03 -0800 Subject: [PATCH] _s: Simplify and unify navigation classes throughout Underscores. For more information about the philosophy behind the new approach, see http://24ways.org/2012/a-harder-working-class/ --- comments.php | 16 +++++------ header.php | 2 +- image.php | 6 ++--- inc/template-tags.php | 12 ++++----- js/navigation.js | 10 +++---- style.css | 62 +++++++++++++++++++++---------------------- 6 files changed, 53 insertions(+), 55 deletions(-) diff --git a/comments.php b/comments.php index 3f5d2c7b..5f69ebee 100644 --- a/comments.php +++ b/comments.php @@ -35,11 +35,11 @@ 1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> -
    @@ -55,11 +55,11 @@
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?> - diff --git a/header.php b/header.php index a1a98a4f..5720a8ed 100644 --- a/header.php +++ b/header.php @@ -31,7 +31,7 @@

-