Commit | Line | Data |
---|---|---|
1 | /* This Source Code Form is subject to the terms of the Mozilla Public | |
2 | * License, v. 2.0. If a copy of the MPL was not distributed with this | |
3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ | |
4 | ||
5 | #engineList treechildren::-moz-tree-image(engineName) { | |
6 | -moz-margin-end: 4px; | |
7 | -moz-margin-start: 1px; | |
8 | width: 16px; | |
9 | height: 16px; | |
10 | } | |
11 | ||
12 | #engineList treechildren::-moz-tree-row { | |
13 | height: 20px; | |
14 | } |