misc: 기본 글꼴 크기를13px -> 14px

This commit is contained in:
2021-12-07 00:37:23 +09:00
parent e8148ab4dc
commit fcb8da95ca
14 changed files with 37 additions and 37 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ foreach ($troops as $troopNo=>$troop) {
<td rowspan=2 width=62><?=$genlistText?></td>
<td rowspan=2>
<?php if ($me['no'] == $troopLeader['no']): ?>
<select id='genNo' name=gen size=3 style=color:white;background-color:black;font-size:13px;width:128px;>";
<select id='genNo' name=gen size=3 style=color:white;background-color:black;font-size:14px;width:128px;>";
<?php foreach ($troop['users'] as $troopUser): ?>
<?php if ($troopUser['no'] == $me['no']) {
continue;