Skip to content

Commit b8a3b5a

Browse files
committed
Apply fix for issue2550589 from 49e3f85e9feb to minimal template, too.
(mostly to reduce the differences between both templates)
1 parent 8df3292 commit b8a3b5a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

share/roundup/templates/minimal/html/page.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
<tr>
2929
<td class="page-header-left">&nbsp;</td>
3030
<td class="page-header-top">
31-
<div id="body-title">
32-
<h2><span metal:define-slot="body_title">body title</span></h2>
33-
</div>
3431
<div id="searchbox">
3532
<form method="GET" action="issue">
3633
<input type="hidden" name="@columns"
@@ -43,7 +40,10 @@ <h2><span metal:define-slot="body_title">body title</span></h2>
4340
<input type="submit" id="submit" name="submit" value="Search"
4441
i18n:attributes="value" />
4542
</form>
46-
</div>
43+
</div>
44+
<div id="body-title">
45+
<h2><span metal:define-slot="body_title">body title</span></h2>
46+
</div>
4747
</td>
4848
</tr>
4949

share/roundup/templates/minimal/html/style.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ td.page-header-top {
5151
border-bottom: 1px solid #444;
5252
}
5353

54-
div#body-title {
55-
float: left;
56-
}
57-
58-
5954
div#searchbox {
6055
float: right;
6156
padding-top: 1em;

0 commit comments

Comments
 (0)