From 5deabe4338980e015a9d9c162d668a2f66750f98 Mon Sep 17 00:00:00 2001 From: Mary Evans Date: Fri, 1 Apr 2011 02:43:23 +0100 Subject: [PATCH] Fix for MDL-27016 added min-width --- theme/boxxie/style/core.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theme/boxxie/style/core.css b/theme/boxxie/style/core.css index 19770e49f4a..448e67682e2 100644 --- a/theme/boxxie/style/core.css +++ b/theme/boxxie/style/core.css @@ -7,6 +7,7 @@ body { margin: 10px 5%; background: #5b7439; padding: 5px; + min-width: 930px; /* fixes minimum page width */ } #page { @@ -16,6 +17,10 @@ body { } +#page-content { + min-width: inherit; +} + a:link, a:visited { color: #69804e;