From bcc7715cb3a312f238967f30814760d497afe901 Mon Sep 17 00:00:00 2001 From: frantic1048 Date: Fri, 3 Jan 2014 17:28:55 +0800 Subject: modified center stuff width --- franticworld/static/css/franticworld.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'franticworld/static/css') diff --git a/franticworld/static/css/franticworld.css b/franticworld/static/css/franticworld.css index ffdf574..b6385e9 100644 --- a/franticworld/static/css/franticworld.css +++ b/franticworld/static/css/franticworld.css @@ -24,12 +24,12 @@ text-shadow:5px 5px 0px #000,4px 4px 0px white,5px -5px 0px #000,4px -4px 0px wh } .content{ -width:60em; +width:62em; display:inline-block; margin-left:3%; } .summarycontainer{ -width:60em; +width:62em; } .metabox{ vertical-align:top; @@ -57,7 +57,7 @@ text-shadow:1px 1px 0px #000; } .summarybox{ display:inline-block; -width:50em; +width:52em; background-color:rgba(255,255,255,0.6); margin-bottom:3em; margin-left:-4px; @@ -68,7 +68,7 @@ text-shadow:1px 1px 0px rgba(255,255,255,0.2); } .summarytitle,.articletitle{ display:block; -width:790px; +width:820px; margin-top:-25px; margin-left:-25px; padding:5px; @@ -92,7 +92,7 @@ text-shadow:0 0 10px #2fa0ff; .arcticlecontentbox,.page-body{ display:inline-block; -width:50em; +width:52em; background-color:rgba(255,255,255,0.6); margin-bottom:3em; margin-left:-4px; -- cgit