Difference between revisions of "User:Cody Voight/vector.css"

From QBWiki
Jump to navigation Jump to search
(test)
 
(No difference)

Latest revision as of 10:04, 13 January 2022

table.booktabs {
  border-collapse: collapse;
  border-spacing: 0px;
  margin-top: 12pt;
  margin-bottom: 12pt;
}
table.booktabs tr:first-child {
  border-top: solid 3px black;
  border-bottom: solid 2px black;
}
table.booktabs tr:last-child {
  border-bottom: solid 3px black;
}
table.booktabs td {
  padding: 2px 12px;
}