summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2021-02-19 20:35:48 -0500
committerBrian Cully <bjc@kublai.com>2021-02-19 20:35:48 -0500
commitc9426f12d4a341ed7576e02c88cde5e7a896c7f0 (patch)
treebf1d2deee1e17435a6bd5f70ea3f37fa65b4b555 /style.css
parentfc6ceb53c571ecc86148e54752f45acf6166df23 (diff)
downloadmolsim2-c9426f12d4a341ed7576e02c88cde5e7a896c7f0.tar.gz
molsim2-c9426f12d4a341ed7576e02c88cde5e7a896c7f0.zip
Fix up some stylesheets.
Print stylesheet is fairly visible now.
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 635d6ed..4cb289f 100644
--- a/style.css
+++ b/style.css
@@ -1,3 +1,8 @@
+* {
+ padding: 0;
+ margin: 0;
+}
+
.hidden {
display: none !important;
}