File tree Expand file tree Collapse file tree 2 files changed +4
-9
lines changed
share/roundup/templates/minimal/html Expand file tree Collapse file tree 2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 2828< tr >
2929 < td class ="page-header-left "> </ 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
Original file line number Diff line number Diff 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-
5954div # searchbox {
6055 float : right;
6156 padding-top : 1em ;
You can’t perform that action at this time.
0 commit comments