Merge pull request #2163 from annando/1512-rendertime-css

Do a linebreak before the output of rendertime
This commit is contained in:
Tobias Diekershoff
2015-12-08 21:05:05 +01:00

View File

@@ -313,3 +313,7 @@ ul.credits li {
float: left;
width: 200px;
}
.renderinfo {
clear: both;
}