diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-08-31 17:11:28 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-08-31 17:11:28 +0000 |
commit | d3d48c40909ffb91ce433bb31200ae24906dcff0 (patch) | |
tree | 4168001d1ee6e49c71470cb53246776f7cfef653 | |
parent | 009b383a37a2533dcaeeb377e80c228aa8e6f748 (diff) | |
download | redmine-d3d48c40909ffb91ce433bb31200ae24906dcff0.tar.gz redmine-d3d48c40909ffb91ce433bb31200ae24906dcff0.zip |
Change responsive media query to screen only (#23389).
Patch by Felix Gliesche.
git-svn-id: http://svn.redmine.org/redmine/trunk@15778 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | public/stylesheets/responsive.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index c53aa2ac0..3162a1c89 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 |