From 8ee257068e4742543e006e288d879d0bfaa7653c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Fri, 18 Sep 2015 07:54:43 +0200 Subject: [PATCH] add some styles for timeline --- styles/bootstrap/application.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/styles/bootstrap/application.css b/styles/bootstrap/application.css index c7520f6a9..994286b4e 100644 --- a/styles/bootstrap/application.css +++ b/styles/bootstrap/application.css @@ -122,6 +122,18 @@ div.help h3 { margin-right: auto; } +#timeline { + font-size: 12px; + line-height: 18px; +} +div.timeline-event-content { + margin: 2px; +} +div.timeline-frame { + border-radius: 4px; + border-color: #e3e3e3; +} + @media (max-width: 480px) { .nav-tabs > li { float:none;