From 72076f651fe60d2a4b8ad852c31b1aaac2cdc590 Mon Sep 17 00:00:00 2001 From: Remy Date: Mon, 8 Aug 2011 02:55:25 -0700 Subject: [PATCH] Fixed width for small devices --- data/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/css/style.css b/data/css/style.css index 3d1cf836..511c8ae7 100755 --- a/data/css/style.css +++ b/data/css/style.css @@ -102,9 +102,9 @@ a.blue { container { } -body { background-color: #EBF4FB; min-width: 930px; } +body { background-color: #EBF4FB; min-width: 935px; } -header { min-height: 68px; width: 100%; min-width: 930px; padding-left: 0px; padding-right: 10px; background-color: #CDC9C9; position: fixed; z-index: 998; } +header { min-height: 68px; width: 100%; min-width: 935px; padding-left: 0px; padding-right: 10px; background-color: #CDC9C9; position: fixed; z-index: 998; } h1 { font-size: 24px; } h2 { font-size: 20px; }