From 4f33726fa67a9f8e13ee40f6d15232decf9b7acc Mon Sep 17 00:00:00 2001 From: albert Date: Sun, 6 Nov 2011 17:06:26 -0500 Subject: [PATCH] mobile fixes --- app/assets/stylesheets/common/020_base.css.scss | 2 +- app/assets/stylesheets/mobile/posts.css.scss | 13 +++---------- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/app/assets/stylesheets/common/020_base.css.scss b/app/assets/stylesheets/common/020_base.css.scss index af218d40d..b91761dc6 100644 --- a/app/assets/stylesheets/common/020_base.css.scss +++ b/app/assets/stylesheets/common/020_base.css.scss @@ -41,7 +41,7 @@ em { } h1, h2, h3, h4, h5, h6 { - font-family: Tahoma; + font-family: Tahoma, Verdana, Helvetica, sans-serif; font-weight: bold; line-height: 1.25em; } diff --git a/app/assets/stylesheets/mobile/posts.css.scss b/app/assets/stylesheets/mobile/posts.css.scss index 541cbb4a0..c3426821f 100644 --- a/app/assets/stylesheets/mobile/posts.css.scss +++ b/app/assets/stylesheets/mobile/posts.css.scss @@ -5,7 +5,7 @@ header { padding: 0 10px; input { - font-size: 1.5em; + font-size: 2em; } menu { @@ -13,6 +13,7 @@ header { padding: 0; li { + font-size: 2em; margin: 0; padding: 0; width: 33%; @@ -20,15 +21,7 @@ header { vertical-align: middle; } - li#search-item { - input { - font-size: 1.5em; - } - } - li#site-item { - color: $link_color; - font-size: 1.5em; text-align: center; } @@ -108,12 +101,12 @@ div#tag-list { li { display: inline-block; + margin: 1em 0.5em; a { background: #eee; font-size: 1.5em; font-weight: bold; - margin: 0 0.5em; padding: 0.2em 0.5em; border: 1px solid #666; -moz-border-radius: 3px;