From: David ‘Bombe’ Roden Date: Tue, 19 Oct 2010 19:15:59 +0000 (+0200) Subject: Reduce width of page. X-Git-Tag: 0.1-RC1~187 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=6944759e845bf63995d0eef132f2cd71e7c87a5f;p=Sone.git Reduce width of page. --- 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; }