blob: 3ccc008062d672c36ef21f75490c6e32054a82cb [file] [log] [blame]
#content > main > table {
position: relative;
left: 50%;
transform: translateX(-50%);
margin-left: 0px;
margin-right: 0px;
}
#content > main > table td {
vertical-align: top;
}
#content > main > table .hljs {
background: none;
}
.readme-example {
background: #f1f1f1;
}
table .readme-example > td {
border: 1px hsl(0, 0%, 0%) solid;
}