From be9082a691caab2157ee9556117596fd449a4e89 Mon Sep 17 00:00:00 2001 From: mb863 Date: Mon, 26 Jul 2010 13:15:39 +0000 Subject: [PATCH] Added css property min-height to #content, so the height of pages is consistent and provide more white space. --- themes/vivo-basic/css/screen.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/vivo-basic/css/screen.css b/themes/vivo-basic/css/screen.css index f8f5dbda..47846d84 100644 --- a/themes/vivo-basic/css/screen.css +++ b/themes/vivo-basic/css/screen.css @@ -33,6 +33,7 @@ body { padding: 16px 12px; background: #fff; font-size: 108.33%; /* bumping up content text from 12px to 13px */ + min-height:350px; } #footer {