From b7444219a72972cb04afc8fef2a21eecaab54998 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Wed, 31 Aug 2016 17:12:19 +0000 Subject: [PATCH] Merged r15778 (#23389). git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15780 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/responsive.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index 6997d6257..1c98d7f64 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -25,7 +25,7 @@ add first breakpoint here and start adding responsiveness */ -@media all and (max-width: 899px) +@media screen and (max-width: 899px) { /*----------------------------------------*\ A) BASIC MOBILE RESETS