From 29d99a7b0b366ecd4705ea8829774e24b82e4c05 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Mon, 18 Oct 2010 21:10:00 +0200 Subject: [PATCH] Increase page width. --- src/main/resources/static/css/sone.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 1c49416..ece9035 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -13,7 +13,7 @@ /* now for the real stuff. */ #sone { - width: 50em; + width: 68em; margin: auto; } -- 2.7.4