Add links

This commit is contained in:
Case Duckworth 2019-07-03 14:11:13 -05:00
parent 64025b20db
commit 1e1a51460d
1 changed files with 3 additions and 0 deletions

View File

@ -52,8 +52,11 @@ body { background: url("check.bmp"), gray; display: flex;
a:link { color: #122; text-decoration: none; }
a:visited { color: #122; }
a:hover { color: blue; }
dd ul { margin-left: -8em; border-bottom: 1px dotted; margin-bottom: 1em;}
li:not(:last-child)::after { content: ","; }
li { display: inline; } ul,li { margin: 0; padding: 0;}
dt.root { border-top: 4px double; margin-top: 1em; padding-top: 1em;
font: italic 1.25em/1.5 sans-serif;}
dt:not(.root) { float: left; width: 8em;}
dd { margin-left: 8em; }
</style>