From 0a87ff0a7423279489f65b0ad6701617888e8400 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 20 Oct 2014 14:08:17 -0700 Subject: [PATCH] Fix nav extras wrapping on resize. --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 55e9bff..516c522 100644 --- a/style.css +++ b/style.css @@ -2362,6 +2362,7 @@ Media Queries } .genesis-nav-menu > li { + float: left; border-top-width: 0; }