]> git.mxchange.org Git - friendica.git/commitdiff
Do a linebreak before the output of rendertime
authorMichael Vogel <icarus@dabo.de>
Tue, 8 Dec 2015 18:41:27 +0000 (19:41 +0100)
committerMichael Vogel <icarus@dabo.de>
Tue, 8 Dec 2015 18:41:27 +0000 (19:41 +0100)
view/global.css

index 63575ff21bade166439302e00edd7985f8a37763..2fd5e60f5318f15b7d05294c6ee23c3ed4ea61cb 100644 (file)
@@ -313,3 +313,7 @@ ul.credits li {
         float: left;
         width: 200px;
 }
+
+.renderinfo {
+       clear: both;
+}