From ebd3edf299668ee8faf41eeecf093bf81f263675 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 29 Aug 2016 14:48:49 +0300 Subject: www: fix width --- juick-www/src/main/static/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'juick-www/src/main') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 001c3e52..fc041cba 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -1,7 +1,7 @@ html,body,div,h1,h2,ul,li,p,form,input,textarea,pre { margin: 0; padding: 0; } html,input,textarea { font-family: -apple-system, sans-serif; font-size: 12pt; } html { background: #EEEEE5; color: #000; } -body { width: 1024px; margin: 0 auto; } +body { width: 1000px; margin: 0 auto; } h1,h2 { font-weight: normal; } ul { list-style-type: none; } a { text-decoration: none; color: #069; } @@ -15,7 +15,7 @@ span.u { text-decoration: underline; } /********/ -body>header { width: 1024px; } +body>header { width: 1000px; } body>header a { color: #000; border-bottom: 1px dotted #666; font-size: 13pt; } #logo { float: left; width: 110px; height: 36px; margin: 7px 25px 0 20px; } -- cgit v1.2.3