Format CSS for consistency

This commit is contained in:
Roan Horning 2024-10-12 11:02:06 -04:00
parent 87b7f7bde6
commit 9655c56ee6
Signed by: rho_n
GPG Key ID: 234AEF20B72D5769

View File

@ -29,7 +29,26 @@ body {
padding: 0; padding: 0;
} }
div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote { div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
input,
textarea,
blockquote {
font-family: Verdana, Arial, Helvetica, sans-serif; /* 1em/1.5 OpenDyslexic, */ font-family: Verdana, Arial, Helvetica, sans-serif; /* 1em/1.5 OpenDyslexic, */
color: #4D4D4D; /* HPR Grey */ color: #4D4D4D; /* HPR Grey */
background: white; background: white;
@ -242,7 +261,8 @@ header > nav.menu ul li a:active {
color: red; color: red;
} }
pre { /* Add background, border and scrollbar to <pre> */ pre {
/* Add background, border and scrollbar to <pre> */
background: #eee; background: #eee;
border: 1px solid #ddd; border: 1px solid #ddd;
overflow: auto; overflow: auto;
@ -255,6 +275,7 @@ pre code {
font-size: 0.85rem; font-size: 0.85rem;
line-height: 1; line-height: 1;
} }
pre.comment { pre.comment {
white-space: pre-wrap; white-space: pre-wrap;
line-height: 1.2rem; line-height: 1.2rem;
@ -462,6 +483,7 @@ fieldset > input {
fieldset>table tr:nth-last-child(2) { fieldset>table tr:nth-last-child(2) {
vertical-align: top; vertical-align: top;
} }
fieldset>table tr:nth-last-child(2) td:first-child { fieldset>table tr:nth-last-child(2) td:first-child {
padding-top: 0.75rem; padding-top: 0.75rem;
} }