The email input is now wider. re #53

This commit is contained in:
Sébastien Lucas 2013-07-23 07:43:13 +02:00
부모 cf26e7438c
커밋 19de1dc925
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -55,6 +55,10 @@ a:hover { color:#000; text-decoration: none; }
margin: 20px auto;
}
input[type=email] {
width: 300px;
}
.filtered {
display: none;
}

파일 보기

@ -60,6 +60,10 @@ a:hover { color:#000; text-decoration: none; }
margin: 20px auto;
}
input[type=email] {
width: 300px;
}
.filtered {
display: none;
}