1
0
Fork 0
mirror of synced 2024-05-25 15:19:33 +12:00

Fix web layout

This commit is contained in:
nagadomi 2016-02-07 08:55:46 +09:00
parent bcab890ce5
commit e5e15b8f02
2 changed files with 4 additions and 2 deletions

View file

@ -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;
}

View file

@ -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;
}