]> source.dussan.org Git - redmine.git/commitdiff
Change responsive media query to screen only (#23389).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Aug 2016 17:11:28 +0000 (17:11 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Wed, 31 Aug 2016 17:11:28 +0000 (17:11 +0000)
Patch by Felix Gliesche.

git-svn-id: http://svn.redmine.org/redmine/trunk@15778 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index c53aa2ac0b9204c745c26eb48781812d254af6c1..3162a1c89702dee8b085eeb2f7932e494b43f168 100644 (file)
@@ -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