From 1ada718c392cfdbe6c989ee44c15188f7f639f7b Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 11 Jan 2014 12:51:21 +0100 Subject: [PATCH] theme: Set width to 960px. --- html/html/themes/ipfire/include/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/html/themes/ipfire/include/css/style.css b/html/html/themes/ipfire/include/css/style.css index 5ce21790b3..b92b9dc02d 100644 --- a/html/html/themes/ipfire/include/css/style.css +++ b/html/html/themes/ipfire/include/css/style.css @@ -2,7 +2,7 @@ /* This controls the width of the fixed width layouts */ .fixed { - width: 910px !important; + width: 960px !important; } /* Basic Stuff */ -- 2.39.2