perl: link version references in description
[sheet.git] / base.css
index f4a494397a55e6b5b3383f6ed4bcd53176171e92..97d8128a9eb4c9ae9594662417e20d6f83f4ec09 100644 (file)
--- a/base.css
+++ b/base.css
@@ -123,19 +123,37 @@ h1 small,
 h2 small {
        position: absolute; /* side note; do not influence alignment */
        margin-left: 1em;
-       font-size: 80%;
-       line-height: 175%;
+       font-weight: normal;
+       font-size: 50%; /* 1rem */
+       padding-top: 1.75ex; /* align baseline with container */
+}
+h2 small {
+       font-size: 90.9%;
+       padding-top: .17ex;
 }
 
+dl {
+       display: grid;
+       grid: auto-flow / 1fr 1fr;
+       clear: both;
+}
+@media (max-width: 42em) {
+       dl {
+               grid: auto-flow / minmax(8em, 1fr) minmax(20em, 1fr);
+       }
+}
 dl > dt {
-       float: left;
-       width: 50%;
+       grid-column: 1;
        text-align: right;
 }
+dt code {
+       white-space: normal;
+}
 dl > dd {
+       grid-column: 2;
        text-align: left;
        padding-left: 1em;
-       overflow: hidden;
+       margin: 0;
 }
 
 /* "keyboard" (list of keys) */
@@ -717,6 +735,8 @@ figure img {
 .gallery figure {
        overflow: hidden;
        box-sizing: border-box;
+       hyphens: auto;
+       max-width: 900px;
 }
 .gallery figcaption > small {
        display: inline-block;
@@ -731,7 +751,7 @@ figure img {
 }
 @media (min-width: 603px) and (min-height: 400px) {
        /* fit 3 cells of 200x133 */
-       .gallery > ul > li:first-child > figure,
+       .gallery > li:first-child > figure,
        .gallery li.huge > figure {
                grid-row: span 3;
                grid-column: span 3;