This repository has been archived on 2023-02-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-benchmark-bundle/benchmark/website/style/main.css
Sergey Sharybin 108bb4287f Support hiding statistics for specific scenes
This way it's possible to see side-by-side results of CPU and GPU time on "fast"
scenes, without having Victor scene making bars for bmw really tiny.
2017-08-29 10:21:52 +02:00

18 lines
255 B
CSS

canvas {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#container {
width: 75%;
}
div.scene_selector_container {
margin-top: 8px;
text-align: center;
}
div.scene_selector_container span {
margin-left: 16px;
}