From 65685f27750a40d4de17f5072cc1097e7aaa7017 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 19 Oct 2017 13:49:48 +0300 Subject: www: full width header/footer --- juick-www/src/main/static/style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'juick-www/src/main/static/style.css') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index e3455767..cf90bae9 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -24,7 +24,7 @@ html { background: #EEEEE5; color: #222; } -body { +#wrapper { margin: 0 auto; width: 1000px; } @@ -75,9 +75,6 @@ pre::-moz-selection { clear: both; position: relative; } -body > header { - width: 1000px; -} body > header a { border-bottom: 1px dotted #666; color: #222; @@ -713,9 +710,8 @@ q { clear: both; color: #999; font-size: 10pt; - margin: 0 auto 20px 0; + margin: 40px; padding: 10px 0; - width: 1004px; } #footer-social { float: left; @@ -831,7 +827,7 @@ article.nsfw .ir img:hover { -ms-text-size-adjust: 100%; } body, - body > header, + #wrapper, #topwrapper, #content, #footer, -- cgit v1.2.3