ext_semaphore: add check for glGetIntegerv(GL_NUM_DEVICE_UUIDS_EXT)
[piglit.git] / templates / result.css
blob19bfedc8352c6e975d7321ed8b496aba31a7c98a
2 td {
3 padding: 4pt;
6 th {
7 padding: 4pt;
10 table {
11 border: 0pt;
12 border-collapse: collapse;
15 th {
16 background-color: #c8c838
19 /* Second column (details) */
20 tr:nth-child(even) > td {
21 background-color: #ffff95
24 tr:nth-child(odd) > td {
25 background-color: #e1e183
28 /* First column (labels) */
29 tr:nth-child(even) > td:first-child {
30 vertical-align: top;
31 background-color: #ffff85;
34 tr:nth-child(odd) > td:first-child {
35 vertical-align: top;
36 background-color: #d1d173;