cheditor5 특정 이미지 업로드시 검게 출력되는 문제 수정

This commit is contained in:
thisgun
2021-01-25 12:26:28 +09:00
parent ddde0d7641
commit 682f6620cb
14 changed files with 2468 additions and 213 deletions

View File

@ -133,4 +133,15 @@ body {
line-height: 1em;
font-family: 'Malgun Gothic', gulim, tahoma, helvetica;
font-size: 12px;
}
.webgl_logo_wrapper {
text-align: center;
margin-top: 40px;
border-top: #cccccc 1px solid;
}
.webgl_logo_wrapper img {
width: 50px;
height: 50px;
vertical-align: middle;
}