jelly.css 280 B

123456789101112131415161718
  1. body {
  2. font-family: helvetica, arial, sans-serif;
  3. line-height: 20px;
  4. }
  5. kbd {
  6. background-color: #ccc;
  7. display: inline-block;
  8. padding: 0.5ex 1em;
  9. }
  10. .test-record-result {
  11. margin-top: 20px;
  12. }
  13. .test-record-result span:nth-child(n+2) {
  14. margin-left: 10px;
  15. }