sc: redirect subpage aliases to absolute paths
[sheet.git] / base.css
index dab95d708c53d3ce7bf3e5eccd693ada49316764..f4a494397a55e6b5b3383f6ed4bcd53176171e92 100644 (file)
--- a/base.css
+++ b/base.css
@@ -254,6 +254,12 @@ td.joinl {
        border-left: none;
 }
 
+thead {
+       position: sticky;
+       top: 0;
+       background: #DDD8;
+}
+
 /* character table */
 
 .glyphs thead th, .glyphs td {
@@ -671,7 +677,7 @@ figure {
        margin: 0;
        position: relative;
 }
-img {
+figure img {
        vertical-align: bottom;
        width: 100%;
 }