From 2a3e832fc454b6db5756eb8366cc43e6294c027d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 26 Feb 2013 16:00:46 +0100 Subject: [PATCH] Add some margin about h3 elements --- src/root/static/css/hydra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/root/static/css/hydra.css b/src/root/static/css/hydra.css index 624467bc..d5cb8cd0 100644 --- a/src/root/static/css/hydra.css +++ b/src/root/static/css/hydra.css @@ -53,3 +53,7 @@ table.info-table th { table.clickable-rows > tbody > tr { cursor: pointer; } + +h3 { + margin-top: 0.5em; +}