Skip to content

Commit

Permalink
左右中央表示の書き換え
Browse files Browse the repository at this point in the history
  • Loading branch information
kyukyunyorituryo committed Apr 25, 2019
1 parent 52d61fd commit 6e38e32
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
<table class="middle"><tr><td>
<div class="middle">

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

</td></tr></table>
</div>
#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})
</td></tr></table>
</div>
#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
<table class="middle"><tr><td>
<div class="middle">
#end
#if (${sectionInfo.Bottom})
#if (${kindle})
Expand Down

0 comments on commit 6e38e32

Please sign in to comment.