X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/07d8e0861073c9aabaf3592d52629114e8bf00b9..637b74fc466ac1c3ee5471772d67364cec0c2792:/base.css diff --git a/base.css b/base.css index dab95d7..f4a4943 100644 --- 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%; }