aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-08-29 14:48:49 +0300
committerGravatar Vitaly Takmazov2016-08-29 14:48:49 +0300
commitebd3edf299668ee8faf41eeecf093bf81f263675 (patch)
tree92fc031e8d69ec2b46fc9b422a11c501eb71c0ef /juick-www
parentecbb51593fb5dc0831b97d7c3ba5a04faaa47159 (diff)
www: fix width
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/src/main/static/style.css4
1 files changed, 2 insertions, 2 deletions
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; }