summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-13 13:35:42 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-13 13:35:42 +0100
commitf421c2fcbd519f200626e37cb13e6dc5b52fcb69 (patch)
treebce6da6be010a58e8a0a5b20d802c7790ff59c54 /style
parent78f18cffd0e2d4fa7f9e9c1b876b69347f3515fb (diff)
downloadmutti-web-f421c2fcbd519f200626e37cb13e6dc5b52fcb69.tar.gz
mutti-web-f421c2fcbd519f200626e37cb13e6dc5b52fcb69.tar.bz2
mutti-web-f421c2fcbd519f200626e37cb13e6dc5b52fcb69.zip
style: Put global width and centering centralling in one block
..which is applied to multiple ids.
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;
}