Fix bug in invite page (separator beyond the boundary )
This commit is contained in:
parent
481dcb0e3a
commit
fd5f9d13d7
|
@ -64,7 +64,7 @@ header div.text {
|
|||
|
||||
article {
|
||||
width: 760px;
|
||||
height: 305px;
|
||||
height: auto;
|
||||
background: #1c394c url("../pics/bg-signup.png") repeat-x;
|
||||
border-radius: 5px;
|
||||
border: 1px solid #38658c;
|
||||
|
|
Loading…
Reference in New Issue