From 6944759e845bf63995d0eef132f2cd71e7c87a5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Tue, 19 Oct 2010 21:15:59 +0200 Subject: [PATCH] Reduce width of page. --- 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 919b033..15827f7 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: 68em; + width: 55em; margin: auto; } -- 2.7.4