Ei kuvausta

main.css 810B

123456789101112131415161718192021222324252627282930313233343536
  1. ul.nav ul {
  2. list-style:none;
  3. margin: 0;
  4. padding: 0 0 0 25px;
  5. }
  6. #downloader_application form {
  7. margin-bottom: 10px;
  8. }
  9. #downloader_application ul {
  10. list-style-type: none;
  11. }
  12. .browser_support th {
  13. border-bottom-width: 3px !important;
  14. }
  15. .support_ie {border-bottom-color: #0275BA !important;}
  16. .support_ff {border-bottom-color: #DF7215 !important;}
  17. .support_sf {border-bottom-color: #43B3E9 !important;}
  18. .support_cr {border-bottom-color: #39B642 !important;}
  19. .support_op {border-bottom-color: #C42122 !important;}
  20. .support_nd {border-bottom-color: #8CC84B !important;}
  21. .show-example {
  22. padding: 10px;
  23. border: 1px solid #ccc;
  24. border-radius: 4px;
  25. margin: 0 0 10px;
  26. }
  27. .tab-pane > figure.highlight > pre, .tab-pane > .show-example {
  28. border-radius: 0 0 4px 4px;
  29. border-top: 0px;
  30. }