From 8f34df0cbd92b48caa4a0ab99110864f083e7fec Mon Sep 17 00:00:00 2001 From: mappu Date: Sat, 7 Nov 2015 18:41:08 +1300 Subject: [PATCH] patch halfw width --- sites/code.ivysaur.me/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sites/code.ivysaur.me/static/style.css b/sites/code.ivysaur.me/static/style.css index 07ab4c8..c2fcdfd 100644 --- a/sites/code.ivysaur.me/static/style.css +++ b/sites/code.ivysaur.me/static/style.css @@ -121,7 +121,7 @@ html, body { } .projbody_halfw { float:left; - width: 678px; /* 740px full - 60px rhs column - 2px border */ + width: 860px; /* 740px full - 60px rhs column - 2px border */ } .projbody_fullw {