Merge pull request #2163 from annando/1512-rendertime-css
Do a linebreak before the output of rendertime
This commit is contained in:
commit
3ac75eebbc
1 changed files with 4 additions and 0 deletions
|
@ -313,3 +313,7 @@ ul.credits li {
|
||||||
float: left;
|
float: left;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.renderinfo {
|
||||||
|
clear: both;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue