Fix stringsource parsing to that apostrophes don't count as quotes.
[schedulator.git] / webtest.css
blob4b917fbf2b60665e0c63e3633974038449071bdb
1 /*
2 ul {
3 display: table;
6 ul>li {
7 background-color: yellow;
8 font-size: 10pt;
9 display: table;
12 ul>li>ul>li {
13 display: table;
18 table {
19 background: red;
22 table>tbody {
23 background: orange;
26 table>tbody>tbody {
27 background: blue;
31 table>tbody>tr {
32 background: #eeeeff;