setup-guide.css 551 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .w3tc-setupguide-table th,
  2. .w3tc-setupguide-table td {
  3. text-align: left;
  4. }
  5. #w3tc-dbc-table th,
  6. #w3tc-objcache-table th,
  7. #w3tc-browsercache-table td {
  8. white-space: nowrap;
  9. }
  10. .w3tc-option-disabled {
  11. color: darkgray;
  12. }
  13. #w3tc-browsercache-table tr {
  14. vertical-align: top;
  15. }
  16. .w3tc-option-recommended {
  17. font-size: 0.9em;
  18. }
  19. #w3tc-options-menu {
  20. max-width: 155px;
  21. }
  22. #w3tc-options-menu li {
  23. hyphens: auto;
  24. overflow-wrap: break-word;
  25. }
  26. p#w3tc-breadcrumb {
  27. margin-bottom: 0 !important;
  28. }
  29. .w3tc-wizard-slides p {
  30. line-height: 1.2em !important;
  31. }