WalaWiki content from p1k3.com
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.

13 lines
198 B

  1. WareLogging.
  2. = unified table borders =
  3. table.borders {
  4. border-collapse: collapse;
  5. }
  6. table.borders td {
  7. border-right: 1px solid black;
  8. border-bottom: 1px solid black;
  9. }