X-Git-Url: https://git.draconx.ca/gitweb/homepage.git/blobdiff_plain/e3f9d08ce974cfeb8af27c10b33371d0554f4699..223958ad8611876ae0a70382ed7531670db8d783:/content/style.scss diff --git a/content/style.scss b/content/style.scss index e517d90..a550ea2 100644 --- a/content/style.scss +++ b/content/style.scss @@ -1,4 +1,4 @@ -/* +/*! * Nick's web site: default stylesheet * * Copyright © 2018-2021 Nick Bowler @@ -319,6 +319,7 @@ table.filelist { tbody { .svg, svg, img.svgfallback { + vertical-align: middle; height: 1.5em; width: auto; } @@ -366,6 +367,8 @@ table.filelist { #footer p { color: $annotationcolour; } #article-info p { font-style: italic; } +.wbr:after { content: "\200b"; } + // "unordered" lists with explicit ordering in content ul.ordered > { li { list-style: none; }