공통: #7 textarea,select font-family 지정

This commit is contained in:
whitedot
2013-10-07 10:36:52 +09:00
parent ad84629fa3
commit dfa4ba9e01
3 changed files with 2 additions and 3 deletions

View File

@ -79,7 +79,6 @@
#fregister section {margin:0 0 20px;padding:20px 0;border-bottom:3px solid #eee}
#fregister h2 {margin:0 0 20px;text-align:center}
#fregister textarea {display:block;margin-bottom:10px;padding:5px;width:98%;height:150px;border:1px solid #d9d9d9;background:#f7f7f7}
#fregister textarea:focus {background:#21272e;color:#fff}
.fregister_agree {padding:10px 0 0;text-align:right}
.fregister_agree label {display:inline-block;margin-right:5px}
#fregister p {color:#e8180c;text-align:center}