diff options
author | Brian Cully <bjc@kublai.com> | 2021-02-19 21:03:09 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2021-02-19 21:03:09 -0500 |
commit | 41a156c2141abecb6adf7b99e18ad741afa99275 (patch) | |
tree | 59cf59978ebd61fb7c50971fcbbb3f8706c66af2 | |
parent | 63e1f7b62f92395f9d6a961c1d17b9655cd2db78 (diff) | |
download | molsim2-41a156c2141abecb6adf7b99e18ad741afa99275.tar.gz molsim2-41a156c2141abecb6adf7b99e18ad741afa99275.zip |
Get printing on a single page.
-rw-r--r-- | print.css | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -52,10 +52,6 @@ body { border: 1px solid black; } -.genome .codon>ol { - padding: 1ex 0.5em; -} - .genome .codon .amino-acid { border-top: 1px solid black; text-align: center; @@ -65,7 +61,7 @@ body { .genome .nucleotide { display: inline-flex; - height: 3ex; + height: 2em; width: 2em; justify-content: space-around; align-items: center; |