From ca307ef341cdb226f5a3394658631b98410d4735 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Thu, 1 May 2014 10:24:46 -0700 Subject: [PATCH] Fixed CSS for nav menu header to remove right-padding only on top-level .last item. --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 97e41aa..6df99e2 100644 --- a/style.css +++ b/style.css @@ -2032,7 +2032,7 @@ Media Queries clear: right; } - .site-header .menu .last a { + .site-header .menu > .last a { padding-right: 0; }