Project

General

Profile

« Previous | Next » 

Revision f0cb6932

Added by Andreas Kohlbecker over 11 years ago

fixing minor list item glitches

View differences:

7.x/modules/cdm_dataportal/cdm_taxontree/cdm_taxontree.css
46 46
  list-style-type: none;
47 47
  white-space: nowrap;
48 48
  font-weight: normal;
49
  list-style-image: none;
50
  list-style-type: none;
49 51
}
50 52

  
51 53
ul.cdm_taxontree li .active {
54
  list-style-image: none;
55
  list-style-type: none;
52 56
  color: #027ac6;
53 57
  font-weight: bold;
54 58
}
......
70 74
}
71 75

  
72 76
ul.cdm_taxontree li.focused {
77
  list-style-image: none;
78
  list-style-type: none;
73 79
  font-weight: bold;
74 80
}
75 81

  
76 82
ul.cdm_taxontree li.leaf {
83
  list-style-image: none;
84
  list-style-type: none;
77 85
  background:transparent url(menu-leaf.gif) no-repeat scroll 0px 0.35em;
78 86
}
79 87

  
80 88
ul.cdm_taxontree li.filter_excluded {
89
  list-style-image: none;
90
  list-style-type: none;
81 91
  background-image: none;
82 92
  cursor: default;
83 93
  color: #888888;

Also available in: Unified diff