repo.or.cz
/
schedulator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix stringsource parsing to that apostrophes don't count as quotes.
[schedulator.git]
/
webtest.css
blob
4b917fbf2b60665e0c63e3633974038449071bdb
1
/*
2
ul {
3
display: table;
4
}
5
6
ul>li {
7
background-color: yellow;
8
font-size: 10pt;
9
display: table;
10
}
11
12
ul>li>ul>li {
13
display: table;
14
}
15
*/
16
17
/*
18
table {
19
background: red;
20
}
21
22
table>tbody {
23
background: orange;
24
}
25
26
table>tbody>tbody {
27
background: blue;
28
}
29
*/
30
31
table
>
tbody
>
tr
{
32
background
:
#eeeeff
;
33
}