Skip to content

Instantly share code, notes, and snippets.

@jdlrobson
Created July 18, 2017 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdlrobson/ba76165d9a1adc8b8d99caa7533078a1 to your computer and use it in GitHub Desktop.
Save jdlrobson/ba76165d9a1adc8b8d99caa7533078a1 to your computer and use it in GitHub Desktop.
table.wikitable {
margin: 1em 0;
background-color: #FFF;
border: 1px solid #aaa;
border-collapse: collapse;
color: @pureBlack;
font-size: 10pt !important;
}
table.wikitable caption {
padding: 5px;
font-size: 13px;
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
background-color: #FFF;
text-align: center;
}
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
border: 1px solid rgba(0,0,0,0.3);
padding: 0.4em 0.6em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment