연감 저장방식 수정

This commit is contained in:
2020-05-08 01:09:39 +09:00
parent e7f8900286
commit 13f457eba3
23 changed files with 180 additions and 126 deletions
+30
View File
@@ -0,0 +1,30 @@
#nation_list_frame{
vertical-align: top;
}
#nation_list{
width:100%;
}
#nation_list thead{
background-color:#cccccc;
color:black;
text-align:center
}
#nation_list th{
border:0;
border-left:1px solid gray;
padding:2px 6px;
}
#nation_list td{
border:0;
border-left:1px solid gray;
padding:1px 6px;
text-align:right;
}
#nation_list td:first-child{
text-align:left;
}