diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-08-31 17:12:19 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-08-31 17:12:19 +0000 |
commit | b7444219a72972cb04afc8fef2a21eecaab54998 (patch) | |
tree | 031ef62633aad067ccd8ba2602deb31644385958 | |
parent | 09cfa67f676c03078e3a65f4523cc203b4492661 (diff) | |
download | redmine-b7444219a72972cb04afc8fef2a21eecaab54998.tar.gz redmine-b7444219a72972cb04afc8fef2a21eecaab54998.zip |
Merged r15778 (#23389).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@15780 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 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 |