12.24.2011: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
(Created page with "table { display: table; border-collapse: separate; box-sizing: border-box; text-indent: initial; border-spacing: 2px; border-color: gray; }")
(No difference)

Revision as of 17:07, 29 January 2024

table {

   display: table;
   border-collapse: separate;
   box-sizing: border-box;
   text-indent: initial;
   border-spacing: 2px;
   border-color: gray;

}