Tweaks
This commit is contained in:
parent
5462be23d5
commit
96e24fcf24
|
@ -336,8 +336,6 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<br />
|
|
||||||
|
|
||||||
[% IF prevBuild %]
|
[% IF prevBuild %]
|
||||||
<h3>Changes since previous [% INCLUDE renderBuildLink build=prevBuild %]</h3>
|
<h3>Changes since previous [% INCLUDE renderBuildLink build=prevBuild %]</h3>
|
||||||
[% INCLUDE renderInputDiff build2=build, build1=prevBuild %]
|
[% INCLUDE renderInputDiff build2=build, build1=prevBuild %]
|
||||||
|
|
|
@ -56,4 +56,5 @@ table.clickable-rows > tbody > tr {
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
|
margin-bottom: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue