word/finder: common method to format caption names
[sheet.git] / base.css
index 94d7cae095b11b0463bc1b7829db14e00320c92e..34a0efe0f1c69e011166a5e8f43e25e304c3e08a 100644 (file)
--- a/base.css
+++ b/base.css
@@ -123,10 +123,14 @@ h1 small,
 h2 small {
        position: absolute; /* side note; do not influence alignment */
        margin-left: 1em;
-       font-size: 50%; /* 1rem */
        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 > dt {
        float: left;
@@ -718,6 +722,7 @@ figure img {
 .gallery figure {
        overflow: hidden;
        box-sizing: border-box;
+       hyphens: auto;
 }
 .gallery figcaption > small {
        display: inline-block;
@@ -732,7 +737,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;