*** app/views/layouts/base.html.erb.orig 2013-04-16 14:42:00.053946882 -0500 --- app/views/layouts/base.html.erb 2013-04-16 14:44:53.469522326 -0500 *************** *** 10,15 **** --- 10,17 ---- <%= favicon %> <%= stylesheet_link_tag 'application', :media => 'all' %> <%= stylesheet_link_tag 'rtl', :media => 'all' if l(:direction) == 'rtl' %> + + <%= stylesheet_link_tag 'mobile', :media=>'handheld, only screen and (max-width: 480px), only screen and (max-device-width: 480px)'%> <%= javascript_heads %> <%= heads_for_theme %>