From 4827634df9af24e6462af709a11e2a7764acbf94 Mon Sep 17 00:00:00 2001 From: Neil Lalonde Date: Wed, 28 Aug 2013 16:41:05 -0400 Subject: [PATCH] rename application.css.erb to desktop.css.erb --- app/assets/stylesheets/{application.css.erb => desktop.css.erb} | 0 app/assets/stylesheets/desktop/.gitkeep | 0 app/views/common/_discourse_stylesheet.html.erb | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename app/assets/stylesheets/{application.css.erb => desktop.css.erb} (100%) create mode 100644 app/assets/stylesheets/desktop/.gitkeep diff --git a/app/assets/stylesheets/application.css.erb b/app/assets/stylesheets/desktop.css.erb similarity index 100% rename from app/assets/stylesheets/application.css.erb rename to app/assets/stylesheets/desktop.css.erb diff --git a/app/assets/stylesheets/desktop/.gitkeep b/app/assets/stylesheets/desktop/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/app/views/common/_discourse_stylesheet.html.erb b/app/views/common/_discourse_stylesheet.html.erb index 1312283bb..d0dbda215 100644 --- a/app/views/common/_discourse_stylesheet.html.erb +++ b/app/views/common/_discourse_stylesheet.html.erb @@ -2,7 +2,7 @@ <% if mobile_view? %> <%= stylesheet_link_tag "mobile" %> <% else %> - <%= stylesheet_link_tag "application" %> + <%= stylesheet_link_tag "desktop" %> <% end %> <%- end %>