]> git.scottworley.com Git - tablify/blobdiff - src/lib.rs
Start keeping a changelog
[tablify] / src / lib.rs
index 2e9bfcc72adc364faf9bab51051b9988333cd302..efdb7d812ec7c98724518d883f214b40871601a3 100644 (file)
@@ -17,12 +17,9 @@ const HEADER: &str = "<!DOCTYPE html>
     tr.key > th > div { width: 1em; }
     tr.key > th > div > div { width: 5em; transform-origin: bottom left; transform: translateX(1em) rotate(-65deg) }
     td { border: thin solid gray; }
-    td.numeric { text-align: right; }
     td.yes { border: thin solid gray; background-color: #ddd; }
-    td.spacer { border: none; }
     /* h/t https://stackoverflow.com/questions/5687035/css-bolding-some-text-without-changing-its-containers-size/46452396#46452396 */
     .highlight { text-shadow: -0.06ex 0 black, 0.06ex 0 black; }
-    img { height: 1.2em; }
   </style>
   <script>
     function highlight(id)       { const e = document.getElementById(id); if (e) { e.classList.add(   \"highlight\"); } }