빙의 장수 기능 추가(선택은 미완)

This commit is contained in:
2018-05-05 19:51:56 +09:00
parent a534b8f812
commit 5974028c4d
5 changed files with 379 additions and 0 deletions
+2
View File
@@ -3,6 +3,7 @@
body {
color:white; background-color:black; font-family: '맑은 고딕';
}
table {
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
padding: 0px;
@@ -25,6 +26,7 @@ a.just_link {
}
.with_border{
margin:0;
border: solid 1px;
border-spacing: 0px;
border-collapse: separate;