From 96e24fcf24a3a879cfcf92a13a3ea176cb2496ae Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 26 Feb 2013 16:04:33 +0100 Subject: [PATCH] Tweaks --- src/root/build.tt | 2 -- src/root/static/css/hydra.css | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/root/build.tt b/src/root/build.tt index 550936d3..85027e20 100644 --- a/src/root/build.tt +++ b/src/root/build.tt @@ -336,8 +336,6 @@ -
- [% IF prevBuild %]

Changes since previous [% INCLUDE renderBuildLink build=prevBuild %]

[% INCLUDE renderInputDiff build2=build, build1=prevBuild %] diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index d5cb8cd0..95226d70 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -56,4 +56,5 @@ table.clickable-rows > tbody > tr { h3 { margin-top: 0.5em; + margin-bottom: 0.5em; }