From 0d89f5b1c6caa26c628b43c3f5fa85dadd341757 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 21 Sep 2015 12:43:16 +0200 Subject: [PATCH] set font size of timeline boxes --- styles/bootstrap/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index 994286b4e..98118361b 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -124,10 +124,10 @@ div.help h3 { #timeline { font-size: 12px; - line-height: 18px; + line-height: 14px; } div.timeline-event-content { - margin: 2px; + margin: 3px 5px; } div.timeline-frame { border-radius: 4px;