aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/static/style.css')
-rw-r--r--juick-www/src/main/static/style.css10
1 files changed, 3 insertions, 7 deletions
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,