release-notes.css 1007 B

123456789101112131415161718192021222324252627282930313233343536
  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 Initial Developer of the Original Code is Everything Solved.
  12. * Portions created by Everything Solved are Copyright (C) 2006
  13. * Everything Solved. All Rights Reserved.
  14. *
  15. * The Original Code is the Bugzilla Bug Tracking System.
  16. *
  17. * Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
  18. */
  19. #bugzilla-body {
  20. padding: 0 1em;
  21. }
  22. .req_new {
  23. color: red;
  24. }
  25. .req_table {
  26. border-collapse: collapse;
  27. }
  28. .req_table td, .req_table th {
  29. border: 1px solid black;
  30. padding: .25em;
  31. }