부대 편성 일부 수정

This commit is contained in:
2018-07-29 13:57:10 +09:00
parent cab159921d
commit dbf7daa17e
4 changed files with 187 additions and 275 deletions
+23
View File
@@ -0,0 +1,23 @@
#troop_list .cityText{
display:none;
}
#troop_list .diffCity .cityText{
display:inline;
}
#troop_list .diffCity {
color:red;
}
#troop_list .leader{
color:lightgreen;
}
#troop_list .leader::before{
content:'*';
}
#troop_list .leader::after{
content:'*';
}