🔍 An RStudio addin slash regex utility belt
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.

58 lines
871B

  1. th,
  2. td {
  3. padding: 10px 13px;
  4. text-align: left;
  5. border-bottom: 1px solid #E1E1E1; }
  6. th:first-child,
  7. td:first-child {
  8. padding-left: 0; }
  9. th:last-child,
  10. td:last-child {
  11. padding-right: 0; }
  12. #help-sidebar {
  13. padding-top: 5px;
  14. padding-left: 10px;
  15. }
  16. #help-sidebar ul {
  17. list-style-type: none;
  18. font-size: 1.1em;
  19. }
  20. #help-sidebar li {
  21. list-style: none;
  22. }
  23. #help-sidebar .header li {
  24. padding: 3px;
  25. }
  26. #help-sidebar a {
  27. display: block;
  28. width: 100%;
  29. text-decoration: none;
  30. text-align: left;
  31. padding: 3px;
  32. }
  33. #help-sidebar .subgroup {
  34. padding-left: 0px;
  35. }
  36. #help-sidebar .subgroup a {
  37. padding-left: 15px;
  38. }
  39. #help-sidebar a:hover {
  40. background-color: #eee;
  41. text-decoration: none;
  42. }
  43. dl {
  44. padding: 0.25em;
  45. }
  46. dt {
  47. float: left;
  48. clear: left;
  49. width: 80px;
  50. text-align: right;
  51. font-weight: bold;
  52. }
  53. dd {
  54. margin-left: 90px;
  55. padding: 0 0 0.5em 0;
  56. }