From 07d5f7311e93d6b8ff9dc7f9f9b304946416f998 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Wed, 31 Mar 2010 07:33:44 +1100 Subject: [PATCH] Styling adjustments --- layouts/_head.html | 2 +- output/css/mobile.css | 4 ++++ output/css/screen.css | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/layouts/_head.html b/layouts/_head.html index 6fdea20..b81954d 100644 --- a/layouts/_head.html +++ b/layouts/_head.html @@ -1,5 +1,5 @@ - + <%= [@item[:title], 'WezM.net'].compact.join(' • ') %> diff --git a/output/css/mobile.css b/output/css/mobile.css index 1f4667a..4913718 100644 --- a/output/css/mobile.css +++ b/output/css/mobile.css @@ -5,3 +5,7 @@ .column { min-width: 600px; } + +#content { + min-width: 320px; +} diff --git a/output/css/screen.css b/output/css/screen.css index ecdfe61..408ed73 100644 --- a/output/css/screen.css +++ b/output/css/screen.css @@ -135,7 +135,7 @@ ul#menu li { padding: 0 20px; clear: both; min-width: 600px; - margin-right: 33%; + margin-right: 40%; } body.articles #content { min-width: auto; @@ -187,7 +187,7 @@ ul.articles { ul.articles li { margin: 0; padding-top: 1em; - height: 80px; + height: 70px; } body.articles ul.articles li { height: auto;