diff options
author | David Robillard <d@drobilla.net> | 2014-11-26 16:23:12 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-11-26 16:23:12 -0500 |
commit | 766633db2116acca1143ee287fe9486f9eaf26e8 (patch) | |
tree | 266d396ae72d945b28e66bc4be617124abe64a6d /themes/lv2 | |
parent | 98bc944a2111402ccd9873d284ad9162b7e2f253 (diff) | |
download | lv2site-766633db2116acca1143ee287fe9486f9eaf26e8.tar.xz |
Simply constrain body width rather than elements.
Diffstat (limited to 'themes/lv2')
-rw-r--r-- | themes/lv2/static/css/main.css | 9 |
1 files changed, 3 insertions, 6 deletions
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 { |