From: Ove Klykken Date: Mon, 23 Jun 2014 16:27:14 +0000 (-0400) Subject: removed the word 'menu' from very narrow displays X-Git-Tag: v1.0^2~25 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a6784ba5114f7ff5d8725196e5e4642fe9c90c92;p=web%2FSooLocks.git removed the word 'menu' from very narrow displays --- diff --git a/css/foundation.css b/css/foundation.css index e4b4428..62076cb 100644 --- a/css/foundation.css +++ b/css/foundation.css @@ -4910,3 +4910,11 @@ th.hide-for-touch { th.show-for-print { display: table-cell !important; } } + + +/* Extra code for 'x-small' */ +@media only screen and (max-width: 21.063em) { + .tab-bar .menu-icon span:after { + content: ''; + + } \ No newline at end of file