summaryrefslogtreecommitdiffstats
path: root/print.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 21:21:21 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 21:21:21 -0500
commit07692a0787b9b25163f393336798875e3bce1727 (patch)
tree9bba5136a8e945025be28e1dc463200661b75c3c /print.css
parent00d7a2c7f2ac1b6cf11a5124e31fccec2957b539 (diff)
downloadmolsim2-07692a0787b9b25163f393336798875e3bce1727.tar.gz
molsim2-07692a0787b9b25163f393336798875e3bce1727.zip
Make box border universal.
Diffstat (limited to 'print.css')
-rw-r--r--print.css4
1 files changed, 0 insertions, 4 deletions
diff --git a/print.css b/print.css
index f227fcc..28e9763 100644
--- a/print.css
+++ b/print.css
@@ -1,7 +1,3 @@
-* {
- box-sizing: border-box;
-}
-
body {
display: flex;
background-color: white;