From 8378541842aafb20c7ddeb575f5dd5ccd225b90c Mon Sep 17 00:00:00 2001 From: Tony Stuck Date: Mon, 15 Oct 2012 17:23:58 -0400 Subject: [PATCH] Added style to hide sub menu nav items (i.e., Credit Card FAQs in jQuery Foundation --- themes/jquery.org/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/jquery.org/style.css b/themes/jquery.org/style.css index 297ba320..1c33c9c8 100755 --- a/themes/jquery.org/style.css +++ b/themes/jquery.org/style.css @@ -477,7 +477,11 @@ nav#main ul { width: 80%; } -@media only screen and (max-width: 767px) { +nav#main .children{ + display: none; +} + +@media only screen and (max-width: 767px) { .sponsors-page ul.block-grid li img { float: none; width: 80%;