diff --git a/index.html b/index.html index e3d1119..0741812 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,11 @@
+
+ +
diff --git a/style/index.css b/style/index.css index f3463a9..1c4bcc1 100644 --- a/style/index.css +++ b/style/index.css @@ -23,11 +23,21 @@ a:hover{ text-decoration: underline; } +.wrapper{ + max-width: 740px; + margin: 0 auto; + _width: 740px; +} +.container{ + margin-bottom: 30px; +} + +.mod-head{ + line-height: 36px; + text-align: right; +} .mod-panel { width: 100%; - max-width: 740px; - margin: 0 auto 30px; - _width: 740px; } .mod-panel .hd{ padding-top: 25px;