more minor style tweaks

This commit is contained in:
writerror 2019-04-11 20:54:47 -04:00
parent 57eaaa02e8
commit 262d208759

View File

@ -29,7 +29,7 @@
width: 75vw; width: 75vw;
max-width: 1140px; max-width: 1140px;
min-width: 320px; min-width: 320px;
border: 1px solid #888; border: 1px solid #666;
} }
#history { #history {
@ -40,6 +40,10 @@
list-style: none; list-style: none;
} }
#history li {
padding: .25rem;
}
#history > :first-child { #history > :first-child {
font-weight: bold; font-weight: bold;
} }