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 line
596 B

  1. .code pre {
  2. border: #3A87AD dashed thin;
  3. border-right:0px;
  4. white-space: pre !important;
  5. word-wrap: normal !important;
  6. color: #5e5e5e;
  7. }
  8. .code pre code {
  9. }
  10. body {
  11. font-family: Arial, FreeSans, Helvetica, sans-serif;
  12. font-size: 13px;
  13. color: #000000;
  14. margin: 0;
  15. padding: 0;
  16. overflow-x: auto;
  17. }
  18. .docco-container
  19. {
  20. margin-top: 50px;
  21. }
  22. .nav .nav-header {
  23. text-transform: none;
  24. font-size: 12px;
  25. }
  26. .dropdown-menu a {
  27. font-size: 11px;
  28. }
  29. div.hidden-code-line, a.hidden-code-toggle {
  30. color: #3A87AD;
  31. }
  32. .doctext{
  33. margin-top:5px;
  34. }