Skip to content

Commit e3e0d35

Browse files
committed
contest.htmlにおける表組み内のテーマ箇所のマークアップの修正
- tdタグの中にpタグで入れる - bタグの代わりにstrongタグを挿入
1 parent 00a51dc commit e3e0d35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contest.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ <h3>Coolest Projects とは</h3>
3838
<tr>
3939
<th>テーマ</th>
4040
<td>
41-
DojoCon Japan 2018 のテーマでもある、<b>「ひろがる」</b>を今回のコンテストテーマとします。 </td>
41+
<p>DojoCon Japan 2018 のテーマでもある、<strong>「ひろがる」</strong>を今回のコンテストテーマとします。</p>
42+
</td>
4243
</tr>
4344
<tr>
4445
<th>応募期間</th>

0 commit comments

Comments
 (0)