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
commit 3ac75eebbc
1 changed files with 4 additions and 0 deletions

View File

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