From b5fa0da33499c27a77ba71ab19ab700a220536eb Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 25 Oct 2012 13:58:29 +0200 Subject: htdocs/page.css: set min-width for the body the content had allready a min-width property, so do not allow the body to shrink further than the content --- htdocs/page.css | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/page.css b/htdocs/page.css index 2ea4b64..136b015 100644 --- a/htdocs/page.css +++ b/htdocs/page.css @@ -3,6 +3,7 @@ body { padding: 20px; margin: 0px; text-align: center; + min-width: 840px; } #content { -- cgit v1.2.3-1-g7c22