layout/reftests/bugs/664127-1.css

branch
TOR_BUG_9701
changeset 3
141e0f1194b1
equal deleted inserted replaced
-1:000000000000 0:5ecb407506db
1 /* This external stylesheet is needed to be able to use a cached image
2 (solidblue.png) through a relative path */
3 tree {
4 height: 100px; -moz-appearance: none; border: none;
5 }
6 treecol, treecolpicker {
7 visibility: hidden;
8 }
9 treechildren::-moz-tree-image {
10 list-style-image: url('solidblue.png');
11 }

mercurial