수도 깃발 추가

This commit is contained in:
2018-01-31 03:25:25 +09:00
parent 3bbd9b2fbc
commit 2958b73b16
3 changed files with 20 additions and 3 deletions
+14 -1
View File
@@ -286,7 +286,7 @@
height:12px;
}
.city_base .city_flag img{
.city_base .city_flag > img{
width:12px;
height:12px;
}
@@ -329,4 +329,17 @@
.city_base.city_level_8 .city_flag{
right:-6px;
top:-3px;
}
.city_base .city_flag .city_capital{
position: absolute;
width:10px;
height:10px;
top:0;
right:-1px;
}
.city_base .city_flag .city_capital > img{
width:10px;
height:10px;
}