You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
540 B

9 years ago
8 years ago
9 years ago
  1. #checks-list {
  2. list-style: none;
  3. padding: 0;
  4. margin-top: 48px;
  5. }
  6. #checks-list li {
  7. margin-bottom: 48px;
  8. position: relative;
  9. }
  10. #checks-list h2 {
  11. font-size: 18px;
  12. font-weight: 400;
  13. }
  14. #checks-list h2 code {
  15. display: block;
  16. font-size: 12px;
  17. margin-top: 4px;
  18. padding: 0;
  19. }
  20. #checks-list .remove-link {
  21. color: #AAA;
  22. position: absolute;
  23. top: 0;
  24. right: 0;
  25. font-size: 20px;
  26. }
  27. #checks-list .unnamed {
  28. color: #999;
  29. font-style: italic;
  30. }
  31. #checks-list th {
  32. width: 100px;
  33. }