]> git.draconx.ca Git - homepage.git/blobdiff - content/style.scss
Release cdecl99-1.
[homepage.git] / content / style.scss
index e517d90c08b7270b49c70d24ae9fbfdb5e3e59cd..a550ea291b09dde4dcee40cb329bafe2c2565dd5 100644 (file)
@@ -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; }