From fcd546fb7d1dfc6ede14872e2d24bb84c876cebf Mon Sep 17 00:00:00 2001 From: chrysn Date: Sat, 4 May 2013 13:45:40 +0200 Subject: [PATCH] fix floating layout again --- local.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local.css b/local.css index 47456fe..c5486d9 100644 --- a/local.css +++ b/local.css @@ -15,7 +15,7 @@ body{ .column-left{ float: left; - width: 50%; + width: 45%; } .column-right{ -- 2.39.2