From 89a00606d418502346fa9c059bb726ef9ea99f39 Mon Sep 17 00:00:00 2001 From: albert Date: Mon, 14 Nov 2011 18:06:50 -0500 Subject: [PATCH] alt media query for stylesheet --- app/views/layouts/default.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index d1129ee92..271c39580 100644 --- a/app/views/layouts/default.html.erb +++ b/app/views/layouts/default.html.erb @@ -17,7 +17,7 @@ <%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %> <%= stylesheet_link_tag "application", :media => "screen" %> - <%= stylesheet_link_tag "mobile", :media => "only screen and (max-device width:480px)" %> + <%= stylesheet_link_tag "mobile", :media => "only screen and (max-device-width:480px)" %> <%= javascript_include_tag "application" %> <%= Danbooru.config.custom_html_header_content %> <%= yield :html_header %>