From 2cfdc6c2447c4b64725823f8fff5396df46cde82 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 15 Mar 2016 11:59:04 +0200 Subject: [PATCH] Working on Travis tests --- public/css/built.css | 2 ++ public/css/style.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/public/css/built.css b/public/css/built.css index 4a7c3612187f..64c3fb6ff0ea 100644 --- a/public/css/built.css +++ b/public/css/built.css @@ -2916,6 +2916,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2); } /* Style to fix navigation by show icon instead of name */ +/* @media only screen and (min-width : 1200px) { .nav-account-icon { display: none; @@ -2931,6 +2932,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2); display: none; } } +*/ @media (max-width: 992px) { .hide-phone { diff --git a/public/css/style.css b/public/css/style.css index 97f2bbf79edf..239ec333cc41 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -789,6 +789,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2); } /* Style to fix navigation by show icon instead of name */ +/* @media only screen and (min-width : 1200px) { .nav-account-icon { display: none; @@ -804,6 +805,7 @@ box-shadow: 0px 0px 15px 0px rgba(0, 5, 5, 0.2); display: none; } } +*/ @media (max-width: 992px) { .hide-phone {