summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
Diffstat (limited to 'style')
-rw-r--r--style/style.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/style/style.css b/style/style.css
index ec0b3ef..ef1f0fd 100644
--- a/style/style.css
+++ b/style/style.css
@@ -101,14 +101,17 @@ label {
min-width: 90px;
}
+#header, #navi, #container {
+ width: 778px;
+ margin: 0 auto;
+}
+
/* Header */
#header {
height: 70px;
- width: 778px;
padding-top: 33px;
padding-bottom: 7px;
- margin: 0 auto;
}
#header h1, #header h2 {
@@ -136,9 +139,7 @@ label {
}
#navi {
- width: 778px;
height: 50px;
- margin: 0 auto;
}
#navi ul {
@@ -178,9 +179,6 @@ label {
}
#container {
- margin: 0 auto;
- width: 778px;
- margin: 0 auto;
border: 3px #983D3A solid;
background: white;
}