UNPKG

cssrecipes-defaults

Version:

Just a few handy default styles for your `<html>` pages

7 lines (6 loc) 157 B
/* * tables borders like they should be * applied to * to also works for display: table; */ html {border-collapse: collapse} * {border-collapse: inherit}