From 766633db2116acca1143ee287fe9486f9eaf26e8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Nov 2014 16:23:12 -0500 Subject: Simply constrain body width rather than elements. --- themes/lv2/static/css/main.css | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'themes/lv2/static') diff --git a/themes/lv2/static/css/main.css b/themes/lv2/static/css/main.css index 2031cf9..53444ff 100644 --- a/themes/lv2/static/css/main.css +++ b/themes/lv2/static/css/main.css @@ -7,6 +7,9 @@ body { color: #000; margin: 0; padding: 0; + max-width: 60em; + margin-left: auto; + margin-right: auto; } a:link { @@ -149,9 +152,6 @@ nav { border-radius: 0 0 6px 6px; color: #EEE; margin: 0; - margin-left: auto; - margin-right: auto; - max-width: 60em; padding: 0.5em; } @@ -184,9 +184,6 @@ header a#page-title { #content { padding: 0.5em 2em 2em 2em; - max-width: 60em; - margin-left: auto; - margin-right: auto; } .highlight { -- cgit v1.2.1