OILS
/
web
/ spec-cpp.css
View on Github
|
oilshell.org
14 lines, 11 significant
1
h1 {
2
font-size: x-large;
3
}
4
5
/* same as .osh-pass in spec-tests.css */
6
.cpp-good {
7
background-color: #e0ffe0;
8
}
9
10
/* same as .osh-allow-fail in spec-tests.css */
11
.py-good {
12
background-color: #ffffe0;
13
}
14