From fa26b3815c224de7f31966c0829be16c9a93743a Mon Sep 17 00:00:00 2001 From: manetta Date: Thu, 6 May 2021 22:00:55 +0200 Subject: [PATCH] editing the timeline css, adjusting typography, sizes, and position of key --- LogBot/stylesheets/timeline.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LogBot/stylesheets/timeline.css b/LogBot/stylesheets/timeline.css index 9ac83b1..cd07661 100644 --- a/LogBot/stylesheets/timeline.css +++ b/LogBot/stylesheets/timeline.css @@ -15,11 +15,11 @@ body { clear: both; } .post p.key { - float: left; - margin: 0 1em 1em; - font-size: 10px; + margin: 2em 0 0 5em; + font-size: 12px; } .post p.message { + margin: 0; } img, iframe,