diff options
author | Aleteoryx <alyx@aleteoryx.me> | 2024-08-18 09:31:40 -0400 |
---|---|---|
committer | Aleteoryx <alyx@aleteoryx.me> | 2024-08-18 09:31:40 -0400 |
commit | a017acb0689378d2cb844f8e0c5348e764e3363d (patch) | |
tree | 38b0ee106b1bb43196c690ac45318c76f537ef6b /style/firefox.css | |
parent | 6b5302c37a825656ba6265e2d99689329fee20e2 (diff) | |
download | ame-homepage-master.tar.gz ame-homepage-master.tar.bz2 ame-homepage-master.zip |
Diffstat (limited to 'style/firefox.css')
-rw-r--r-- | style/firefox.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/style/firefox.css b/style/firefox.css new file mode 100644 index 0000000..f6b67aa --- /dev/null +++ b/style/firefox.css @@ -0,0 +1,20 @@ +/* sigh, spacings are all over the place between browsers. + my attempt to fix it with unicode-char markers only made + things *significantly* worse. webkit and chromium seem + to have parity the way things are now, so it's just + gecko that needs a 1px tweak. + + rip. */ + +.border > summary > h3:first-child { + padding-bottom: 4px; +} + +/* tweak to square summary marker box */ + +.border > summary { + margin-left: 7px; +} +.border > summary > h3:first-child { + margin-left: 9px; +} |