summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCtibor <ctibor@brancik.cz>2017-03-23 12:16:16 +0100
committerCtibor <ctibor@brancik.cz>2017-03-23 12:16:16 +0100
commit8270e21edb6d45f2420b1f77efe19ed93e02fb04 (patch)
tree7ad8cb1005412343d2a80f9a74d706545d169a77
parent6409543f7e00898b5a5f1764063487bc3af0a830 (diff)
downloadhnizdo-8270e21edb6d45f2420b1f77efe19ed93e02fb04.tar.gz
hnizdo-8270e21edb6d45f2420b1f77efe19ed93e02fb04.tar.bz2
Adjust position and appearance of the main page box
-rw-r--r--style/style.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/style/style.css b/style/style.css
index 096eebf..32cc34f 100644
--- a/style/style.css
+++ b/style/style.css
@@ -1,15 +1,16 @@
html {
- background: url(background.png) left top no-repeat #fffedf;
padding: 0;
+ background: #fffeff;
+
}
body {
width: 920px;
padding-top: 2em;
- margin: -20px auto 0 auto;
+ margin: 1em auto 0 auto;
font-family: Georgia, serif;
- background: rgba(255, 248, 200, 0.7);
-
+ background: url(background.png) left top no-repeat #fffedf;
+ border: 3px double #f60;
}
header {
@@ -85,7 +86,6 @@ footer {
}
ul {
- background: rgba(255, 248, 200, 0.7);
padding: 1em;
column-count: 5;
text-align: center;