X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/0abdb278ad76957a309e4fa9da436be73070c595..6311c65d7397e07947d6cf38df772545a3fa296d:/base.css diff --git a/base.css b/base.css index cc3625f..94d7cae 100644 --- a/base.css +++ b/base.css @@ -123,8 +123,9 @@ h1 small, h2 small { position: absolute; /* side note; do not influence alignment */ margin-left: 1em; - font-size: 80%; - line-height: 175%; + font-size: 50%; /* 1rem */ + font-weight: normal; + padding-top: 1.75ex; /* align baseline with container */ } dl > dt { @@ -677,7 +678,7 @@ figure { margin: 0; position: relative; } -img { +figure img { vertical-align: bottom; width: 100%; }