From 9f7807ee106f53bd24e77458acef12799b5ae39f Mon Sep 17 00:00:00 2001 From: z3d <z3d@mail.i2p> Date: Thu, 22 Oct 2009 15:51:33 +0000 Subject: [PATCH] Classic theme: div.joblog h3 tweak to avoid breakage in logs and jobs pages. --- installer/resources/themes/console/classic/console.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index 8b7f0ca40f..b09b508ad1 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -604,7 +604,7 @@ div.joblog p { } div.joblog h3 { - margin: 10px 0 10px 0; + margin: 10px 0 20px 0; } div.joblog h3:first-child { -- GitLab