in admin pages, make the literal instruction text on the dnscheck page visible, and set a max-width for easier readability

This commit is contained in:
Mechiel Lukkien
2023-08-23 15:10:02 +02:00
parent b3dd4a55c3
commit da9f1d9d0d
2 changed files with 6 additions and 5 deletions

View File

@ -13,7 +13,7 @@ h1 { font-size: 1.2rem; }
h2 { font-size: 1.1rem; }
h3, h4 { font-size: 1rem; }
ul { padding-left: 1rem; }
.literal { background-color: #fdfdfd; padding: .5em 1em; border: 1px solid #eee; border-radius: 4px; white-space: pre-wrap; font-family: monospace; font-size: 15px; tab-size: 4; }
.literal { background-color: #eee; padding: .5em 1em; border: 1px solid #eee; border-radius: 4px; white-space: pre-wrap; font-family: monospace; font-size: 15px; tab-size: 4; }
table td, table th { padding: .2em .5em; }
table > tbody > tr:nth-child(odd) { background-color: #f8f8f8; }
.text { max-width: 50em; }