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.

44 lines
611 B

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 .glyphicon {
  15. position: relative;
  16. top: 11px;
  17. margin: 0 10px;
  18. }
  19. #checks-list h2 code {
  20. display: block;
  21. font-size: 12px;
  22. margin-top: 4px;
  23. padding: 0;
  24. }
  25. #checks-list .remove-link {
  26. color: #AAA;
  27. position: absolute;
  28. top: 0;
  29. right: 0;
  30. }
  31. #checks-list .unnamed {
  32. color: #999;
  33. font-style: italic;
  34. }
  35. #checks-list th {
  36. width: 100px;
  37. }