X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/34c8b87c25c51521261ef20f49c34b924501890f..14e719f07fcb43c9a0ada3f9f9f018ff5a20a1cf:/base.css diff --git a/base.css b/base.css index 747f759..0aee0ed 100644 --- a/base.css +++ b/base.css @@ -91,6 +91,14 @@ li.row ul ul { h3 {display: none} /* semantic details (non-css/js) */ li.mode {display: none} /* initially hidden (only show interactively (js)) */ +#rows { + width: 82.5em; /* 12 * (2px + 1px + 6.2em + 1px + 2px) + 8em*/ + padding-right: 72px; +} +#rows > li { + margin-right: -72px; +} + /* individual keys */ dl.legend dt, @@ -158,15 +166,15 @@ table.glyphs { .glyphs tbody td { font-size: 112%; } +.glyphs.big tbody td { + font-size: 200%; +} .glyphs .glyphs { margin: 0.5ex 0; } .glyphs .glyphs td { font-size: 100%; } -.glyphs.charmap tbody td { - font-size: 200%; -} /* table headers */ @@ -387,7 +395,7 @@ ul.keys li.ext { } dl.legend dt.new, ul.keys li.new { - opacity: .4; + opacity: .6; } /* l/r help columns */