style fixes
This commit is contained in:
9
app/assets/stylesheets/mobile/main_layout.css.scss
Normal file
9
app/assets/stylesheets/mobile/main_layout.css.scss
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
div#page {
|
||||||
|
aside#sidebar {
|
||||||
|
width: 30%;
|
||||||
|
}
|
||||||
|
|
||||||
|
section#content {
|
||||||
|
width: 65%;
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -7,7 +7,7 @@ header#top {
|
|||||||
}
|
}
|
||||||
|
|
||||||
menu {
|
menu {
|
||||||
font-size: $h2_size;
|
font-size: $h1_size;
|
||||||
|
|
||||||
li.nonessential {
|
li.nonessential {
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
@import "../common/000_vars.css.scss";
|
@import "../common/000_vars.css.scss";
|
||||||
|
|
||||||
div.paginator {
|
div.paginator {
|
||||||
font-size: $h2_size;
|
font-size: $h1_size;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ div#c-posts {
|
|||||||
|
|
||||||
section#tag-box {
|
section#tag-box {
|
||||||
ul {
|
ul {
|
||||||
font-size: $h2_size;
|
font-size: $h1_size;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
|
|||||||
@@ -16,8 +16,9 @@
|
|||||||
<% end %>
|
<% end %>
|
||||||
<meta name="default-image-size" content="<%= CurrentUser.user.default_image_size %>">
|
<meta name="default-image-size" content="<%= CurrentUser.user.default_image_size %>">
|
||||||
<%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %>
|
<%= auto_discovery_link_tag :atom, posts_path(:format => "atom", :tags => params[:tags]) %>
|
||||||
<%= stylesheet_link_tag "application", :media => "screen" %>
|
<%#= stylesheet_link_tag "application", :media => "screen" %>
|
||||||
<%= stylesheet_link_tag "mobile", :media => "only screen and (max-device-width:480px)" %>
|
<%= stylesheet_link_tag "mobile", :media => "screen" %>
|
||||||
|
<%#= stylesheet_link_tag "mobile", :media => "only screen and (max-device-width:480px)" %>
|
||||||
<%= javascript_include_tag "application" %>
|
<%= javascript_include_tag "application" %>
|
||||||
<%= Danbooru.config.custom_html_header_content %>
|
<%= Danbooru.config.custom_html_header_content %>
|
||||||
<%= yield :html_header %>
|
<%= yield :html_header %>
|
||||||
|
|||||||
Reference in New Issue
Block a user