diff --git a/assets/style.css b/assets/style.css index 4acf0e8..a0c7a18 100644 --- a/assets/style.css +++ b/assets/style.css @@ -30,7 +30,7 @@ div, span, a, input { body { width: 782px; margin: 0 auto; - background: #ccc url(bg.png) no-repeat center; + background: #ccc url(bg.png) no-repeat center bottom; color: #000; font-size: 14px; font-family: Tahoma, Arial, Verdana, Meiryo, "MS Gothic", sans-serif, Lucida Sans; @@ -187,4 +187,5 @@ label { color: #888; font-size: 0.85em; line-height: 1.5em; + text-align: center; } diff --git a/webgen/assets/style.css b/webgen/assets/style.css index 4acf0e8..a0c7a18 100644 --- a/webgen/assets/style.css +++ b/webgen/assets/style.css @@ -30,7 +30,7 @@ div, span, a, input { body { width: 782px; margin: 0 auto; - background: #ccc url(bg.png) no-repeat center; + background: #ccc url(bg.png) no-repeat center bottom; color: #000; font-size: 14px; font-family: Tahoma, Arial, Verdana, Meiryo, "MS Gothic", sans-serif, Lucida Sans; @@ -187,4 +187,5 @@ label { color: #888; font-size: 0.85em; line-height: 1.5em; + text-align: center; }