perl: pretend compatibility for given ?at date
[sheet.git] / base.css
index 34a0efe0f1c69e011166a5e8f43e25e304c3e08a..97d8128a9eb4c9ae9594662417e20d6f83f4ec09 100644 (file)
--- a/base.css
+++ b/base.css
@@ -132,15 +132,28 @@ h2 small {
        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) */
@@ -723,6 +736,7 @@ figure img {
        overflow: hidden;
        box-sizing: border-box;
        hyphens: auto;
+       max-width: 900px;
 }
 .gallery figcaption > small {
        display: inline-block;