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

9 lines
120 B
CSS
Raw Normal View History

canvas {
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
#container {
width: 75%;
}