Ei kuvausta

newVersionUpdateAdd.css 308B

123456789101112131415161718192021222324
  1. ul li {
  2. float: initial;
  3. list-style: none;
  4. }
  5. .common {
  6. width: 100%;
  7. padding: 20px 40px 0 0;
  8. }
  9. .common table {
  10. width: 100%;
  11. }
  12. .common table th {
  13. text-align: center;
  14. }
  15. .common table td {
  16. padding: 6px 0 5px 10px;
  17. text-align: left;
  18. color: #717171;
  19. line-height: 200%;
  20. }