Skip to content

Commit

Permalink
Fix invalid value of CSS property border-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
atrol committed Feb 9, 2011
1 parent 2d1e290 commit 2113474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/default.css
Expand Up @@ -40,7 +40,7 @@ span.dependency_unmet { color: red; }
span.dependency_upgrade { color: orange; }

table { border: none; }
table td, table th { border: none; border-spacing: none; }
table td, table th { border: none; border-spacing: 0px; }
table.hide { width: 100%; border: solid 0px #ffffff; }
table.width100 { width: 100%; border: solid 1px #000000; }
table.width90 { width: 90%; border: solid 1px #000000; }
Expand Down

0 comments on commit 2113474

Please sign in to comment.