From 464cb4ea547105decfc4a6760d0e60f452830a4e Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 6 Nov 2011 17:39:27 -0500 Subject: [PATCH] styles --- app/assets/stylesheets/mobile/posts.css.scss | 6 +++++- app/views/m/posts/_header.html.erb | 4 +--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/assets/stylesheets/mobile/posts.css.scss b/app/assets/stylesheets/mobile/posts.css.scss index 1134e1071..5a3e43190 100644 --- a/app/assets/stylesheets/mobile/posts.css.scss +++ b/app/assets/stylesheets/mobile/posts.css.scss @@ -17,7 +17,7 @@ header { padding: 0; li { - font-size: 2em; + font-size: 1.5em; margin: 0; padding: 0; width: 33%; @@ -27,6 +27,10 @@ header { li#site-item { text-align: center; + + h1 { + font-size: 2em; + } } li#sign-in-item { diff --git a/app/views/m/posts/_header.html.erb b/app/views/m/posts/_header.html.erb index 2caed2d40..e6f0104dc 100644 --- a/app/views/m/posts/_header.html.erb +++ b/app/views/m/posts/_header.html.erb @@ -6,9 +6,7 @@ <% end %>
  • -

    - <%= Danbooru.config.app_name %> -

    +

    <%= Danbooru.config.app_name %>

  • <% if true || CurrentUser.is_anonymous? %>