Commit 697f69da by Soushi Oota

テーブル確認用のレイアウト追加

parent 70ea9ddf
Showing with 40 additions and 0 deletions
......@@ -77,6 +77,22 @@
font-size: 110%;
color: #2FC5D9;
}
/*--6/7レイアウト変更確認用--*/
body#history02 div#container div#contents div#main_contents div.section div.content .test_table{
width: 664px;
}
body#history02 div#container div#contents div#main_contents div.section div.content .test_table tr th{
width: 332px;
}
body#history02 div#container div#contents div#main_contents div.section div.content .test_table tr td{
width: 332px;
}
body#history02 div#container div#contents div#main_contents div.section div.content table{
margin-top: 5px;
......
......@@ -90,6 +90,30 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div class="section" id="section_a">
<h4 class="pngfix blue"><img src="images/transition/section_a_text01.jpg" alt="節水便器の現状・各社品揃えについて" width="343" height="19" /></h4>
<div class="content">
<!--6/7レイアウト変更確認用-->
<h5>アサヒ衛陶</h5>
<table class="test_table">
<tr>
<th scope="col" class="th01">商品名</th>
<th scope="col" class="th02">洗浄水量(L)</th>
</tr>
<tr>
<td class="td02">エディ848</td>
<td>大4.8/小3.8</td>
</tr>
<tr>
<td class="td02">エディ566</td>
<td>大6/小5</td>
</tr>
<tr>
<td class="td02">エディ868 壁排水(床上排水)トイ</td>
<td>大6/小5</td>
</tr>
</table>
<!--6/7レイアウト変更確認用終わり-->
<h5>アサヒ衛陶</h5>
<table>
<tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment