content/references/java-chassis/1.x/en_US/styles/website.css (19 lines of code) (raw):
.summary .chapter[data-level="1.1"] {
display: none;
}
table {
table-layout: fixed;
display:block;
overflow-x: auto;
}
.metrics-cfg+table, .metrics-table {
border-width: 1px;
font-size: 12px;
table-layout: auto;
}
.metrics-table th, .metrics-table td {
white-space: nowrap;
}
.metrics-table td:last-child{
white-space: normal;
}