인라인스크립트를 css파일로 교체

This commit is contained in:
BJRambo 2017-03-06 09:38:50 +09:00
parent 3f716c566d
commit b5a5b9fff8
2 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,2 @@
.profile_img {border-radius: 50%;border:1px solid #e0e0e0;padding:1px;width:40px;height:40px}
.no_profile {display:block;font-style:normal;border:1px solid #ddd;width:40px;height:40px;line-height:40px;font-size:16px;font-weight:bold;background:#fff;color:#666;border-radius:50%;text-align:center;}