Skip to content

Commit

Permalink
左右中央表示のテーブルに設定を戻した。
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukyunyorituryo committed Dec 22, 2019
1 parent 65715ce commit b3afdb7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions template/OPS/xhtml/title_middle.vm
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#else
<body>
#end
<div class="middle">
<table class="middle"><tr><td>

#if (${PUBLISHER})
<div class="publisher">${PUBLISHER}</div>
Expand Down Expand Up @@ -71,7 +71,7 @@
<div class="subcreator btm pb2">${SUBCREATOR}</div>
#end

</div>
</td></tr></table>
#if (${kindle})
</div></div>
#end
Expand Down
2 changes: 1 addition & 1 deletion template/OPS/xhtml/xhtml_footer.vm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if (${sectionInfo.Middle} || ${sectionInfo.bottom})
</div>
</td></tr></table>
#if (${kindle})
</div></div>
#end
Expand Down
2 changes: 1 addition & 1 deletion template/OPS/xhtml/xhtml_header.vm
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ min-height: ${sectionInfo.ImageHeightPercent}%;
#if (${kindle})
<div class="kindle_outer"><div class="kindle_inner">
#end
<div class="middle">
<table class="middle"><tr><td>
#end
#if (${sectionInfo.Bottom})
#if (${kindle})
Expand Down

0 comments on commit b3afdb7

Please sign in to comment.