[I45-website] Refresh HPR layout with a light touch #218

Merged
rho_n merged 14 commits from I45-website-refresh-light-touch into main 2024-10-15 01:19:35 +00:00
Showing only changes of commit d1539a3ca2 - Show all commits

View File

@ -240,18 +240,16 @@ pre { /* Add background, border and scrollbar to <pre> */
border: 1px solid #ddd;
overflow: auto;
clear: both;
padding: 0.5rem
}
table.hosts {
background: white
pre code {
padding-right: 0.5rem;
font-size: 0.85rem;
line-height: 1;
}
table.hosts tr:nth-child(even) { background-color:#cccccc; }
table.hosts tr:nth-child(odd) { background-color:white; }
table.hosts tr td img { vertical-align:middle }
pre.comment {
white-space: pre-wrap;
padding: 2px;
line-height: 1.2rem;
}