forked from lix-project/hydra
Fix the spacing around some <h3> headers
This commit is contained in:
parent
80705c8a20
commit
e7fa54e48e
|
@ -150,7 +150,7 @@
|
||||||
|
|
||||||
[% IF build.buildproducts %]
|
[% IF build.buildproducts %]
|
||||||
|
|
||||||
<h2>Build products</h2>
|
<h3>Build products</h3>
|
||||||
|
|
||||||
[% IF !available %]
|
[% IF !available %]
|
||||||
<p class="error">Note: this build is no longer available.</p>
|
<p class="error">Note: this build is no longer available.</p>
|
||||||
|
@ -170,8 +170,7 @@
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
||||||
[% IF prevSuccessfulBuild %]
|
[% IF prevSuccessfulBuild %]
|
||||||
<h2>Changes</h2>
|
<h3>Changes</h3>
|
||||||
<br/>
|
|
||||||
<table class="table table-striped table-condensed">
|
<table class="table table-striped table-condensed">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Last successful build <tt>[% INCLUDE renderDateTime timestamp = prevSuccessfulBuild.timestamp %]</tt></th>
|
<th>Last successful build <tt>[% INCLUDE renderDateTime timestamp = prevSuccessfulBuild.timestamp %]</tt></th>
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
|
|
||||||
[% IF jobset.errormsg -%]
|
[% IF jobset.errormsg -%]
|
||||||
<div id="tabs-errors" class="tab-pane">
|
<div id="tabs-errors" class="tab-pane">
|
||||||
<h3>Evaluation errors</h3>
|
<h2>Evaluation errors</h2>
|
||||||
<pre class="multiLineMsg error">[% HTML.escape(jobset.errormsg) %]</pre>
|
<pre class="multiLineMsg error">[% HTML.escape(jobset.errormsg) %]</pre>
|
||||||
</div>
|
</div>
|
||||||
[% END %]
|
[% END %]
|
||||||
|
|
|
@ -16,3 +16,7 @@ th {
|
||||||
.template {
|
.template {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h3 {
|
||||||
|
margin-top: 1em;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue