diff --git a/app/assets/stylesheets/mobile/020_base.css.scss b/app/assets/stylesheets/mobile/020_base.css.scss deleted file mode 100644 index 51bee1713..000000000 --- a/app/assets/stylesheets/mobile/020_base.css.scss +++ /dev/null @@ -1,3 +0,0 @@ -body { - width: 100%; -} \ No newline at end of file diff --git a/app/assets/stylesheets/mobile/main_layout.css.scss b/app/assets/stylesheets/mobile/main_layout.css.scss deleted file mode 100644 index 1fbb12bce..000000000 --- a/app/assets/stylesheets/mobile/main_layout.css.scss +++ /dev/null @@ -1,4 +0,0 @@ -div#page { - overflow: visible; - margin: 0 5px; -} \ No newline at end of file diff --git a/app/assets/stylesheets/mobile/page_header.css.scss b/app/assets/stylesheets/mobile/page_header.css.scss deleted file mode 100644 index f4c37cb8c..000000000 --- a/app/assets/stylesheets/mobile/page_header.css.scss +++ /dev/null @@ -1,33 +0,0 @@ -@import "../common/000_vars.css.scss"; - -header#top { - h1 { - font-size: 2.5em; - margin: 5px 5px 0 5px; - } - - menu { - margin-top: -2px; - background: $menu_color; - padding: 3px 10px; - - li { - margin: 0; - padding: 0; - } - - li a { - padding: 6px 10px; - } - } - - menu.main { - margin-top: 0px; - background: white; - - li.current a { - background: $menu_color; - font-weight: bold; - } - } -} diff --git a/app/assets/stylesheets/mobile/paginator.css.scss b/app/assets/stylesheets/mobile/paginator.css.scss deleted file mode 100644 index 572988b9c..000000000 --- a/app/assets/stylesheets/mobile/paginator.css.scss +++ /dev/null @@ -1,2 +0,0 @@ -div.paginator { -} diff --git a/app/assets/stylesheets/mobile/posts.css.scss b/app/assets/stylesheets/mobile/posts.css.scss deleted file mode 100644 index ae1f92ec6..000000000 --- a/app/assets/stylesheets/mobile/posts.css.scss +++ /dev/null @@ -1,12 +0,0 @@ -@import "../common/000_vars.css.scss"; - -article.post-preview { - height: 150px; - width: 150px; - margin-right: 5px; - margin-bottom: 5px; - float: left; - text-align: center; - vertical-align: middle; - @include inline-block; -} \ No newline at end of file diff --git a/app/views/layouts/default.html.erb b/app/views/layouts/default.html.erb index 764e95c71..e3a1372d5 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-width: 480px), only screen and (max-device-width: 480px)" %> + <%#= stylesheet_link_tag "mobile", :media => "only screen and (max-width: 480px), only screen and (max-device-width: 480px)" %> <%= javascript_include_tag "application" %> <%= Danbooru.config.custom_html_header_content %> <%= yield :html_header %> diff --git a/app/views/layouts/mobile.html.erb b/app/views/layouts/mobile.html.erb index ffdeeef98..33b14335a 100644 --- a/app/views/layouts/mobile.html.erb +++ b/app/views/layouts/mobile.html.erb @@ -4,7 +4,7 @@