From 6b7d17a7ae559fd8554633d602d8bedb0b69ceac Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 22 Feb 2013 20:47:59 +0400 Subject: [PATCH] 800x600 pages seem to work bettest... Signed-off-by: Alex A. Naanou --- magazine.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/magazine.css b/magazine.css index 24e07e0..f7fb04e 100755 --- a/magazine.css +++ b/magazine.css @@ -54,8 +54,8 @@ body { /* these set the "safe" marks for page content */ /* XXX change to relative units... */ - width: 1024px; - height: 768px; + width: 800px; + height: 600px; -webkit-transition: all 0.2s ease; @@ -180,9 +180,9 @@ body { min-width: 200px; /* XXX has to be the same as default page height */ - height: 768px; + height: 600px; /* XXX has to pe half of page height */ - margin-top: -384px; + margin-top: -300px; /* this is minus half the page width */ /* XXX change to relative units... */