blob: 6a1076e16b9910164469d3b8ead32d7c8d61a969 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#engineList treechildren::-moz-tree-image(engineName) {
-moz-margin-end: 4px;
-moz-margin-start: 1px;
width: 16px;
height: 16px;
}
#engineList treechildren::-moz-tree-row {
height: 20px;
}
|