let code table be less than 100% wide

This commit is contained in:
Josh Holtrop 2017-01-15 15:44:24 -05:00
parent 571a5d0d30
commit 6edbcff533

View File

@ -22,7 +22,8 @@ h2 {
}
#code_table {
border-collapse: collapse;
width: 100%;
margin-left: auto;
margin-right: auto;
}
#code_table th, #code_table td {
margin: 0px;