removed the word 'menu' from very narrow displays
authorOve Klykken <klykken@gmail.com>
Mon, 23 Jun 2014 16:27:14 +0000 (12:27 -0400)
committerOve Klykken <klykken@gmail.com>
Mon, 23 Jun 2014 16:27:14 +0000 (12:27 -0400)
css/foundation.css

index e4b4428..62076cb 100644 (file)
@@ -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