X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/85d30226bf2643c24aa27e576bcbf0045e66f461..refs/heads/master:/sc.css diff --git a/sc.css b/sc.css index b60bd8d..0c0a829 100644 --- a/sc.css +++ b/sc.css @@ -9,7 +9,6 @@ padding: 0 0.2em; background: transparent; text-align: left; - vertical-align: top; } tr.alt td { font-size: 70%; @@ -73,7 +72,7 @@ td.hurtrel { content: ')'; } .magic-perma { - text-decoration: underline; + font-variant: small-caps; } .units .val { @@ -107,26 +106,29 @@ td.hurtrel { } @media (max-width: 52em) { + .units thead th:first-child, + .units tbody .cat { + position: absolute; + visibility: hidden; + } +} +@media (max-width: 48em) { .units { width: auto; } - .units th { + .units th, .units td { + vertical-align: top; } .units td { height: 2em; } - .units tbody .cat { - position: absolute; - visibility: hidden; - } .units td:nth-child(2) { - max-width: 6.5em; white-space: normal; - overflow: hidden; + padding: 0; } - .units thead th:first-child, + .units tr.sub td:nth-child(2), .units .cat, .units .unit-speed, .units .hurtrel,