From: Michael Vogel Date: Tue, 8 Dec 2015 18:41:27 +0000 (+0100) Subject: Do a linebreak before the output of rendertime X-Git-Url: https://git.mxchange.org/?p=friendica.git;a=commitdiff_plain;h=59b2bde9a7e84f51e64f8cde637d76a58a31e32d Do a linebreak before the output of rendertime --- diff --git a/view/global.css b/view/global.css index 63575ff21b..2fd5e60f53 100644 --- a/view/global.css +++ b/view/global.css @@ -313,3 +313,7 @@ ul.credits li { float: left; width: 200px; } + +.renderinfo { + clear: both; +}