duplicates.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. /* The contents of this file are subject to the Mozilla Public
  2. * License Version 1.1 (the "License"); you may not use this file
  3. * except in compliance with the License. You may obtain a copy of
  4. * the License at http://www.mozilla.org/MPL/
  5. *
  6. * Software distributed under the License is distributed on an "AS
  7. * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  8. * implied. See the License for the specific language governing
  9. * rights and limitations under the License.
  10. *
  11. * The Original Code is the Bugzilla Bug Tracking System.
  12. *
  13. * The Initial Developer of the Original Code is Netscape Communications
  14. * Corporation. Portions created by Netscape are
  15. * Copyright (C) 1998 Netscape Communications Corporation. All
  16. * Rights Reserved.
  17. *
  18. * Contributor(s): Myk Melez <myk@mozilla.org>
  19. */
  20. tree#results-tree {
  21. margin-right: 0px;
  22. border-right-width: 0px;
  23. margin-left: 0px;
  24. border-left-width: 0px;
  25. }
  26. treechildren:-moz-tree-cell-text(resolution-FIXED) {
  27. text-decoration: line-through;
  28. }
  29. treecol#id_column { width: 6em; }
  30. treecol#duplicate_count_column { width: 5em; }
  31. treecol#duplicate_delta_column { width: 5em; }