From a017acb0689378d2cb844f8e0c5348e764e3363d Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Sun, 18 Aug 2024 09:31:40 -0400 Subject: okay, this lays out in firefox+chrome+vimb and looks normal in lynx+links2+w3m --- style/firefox.css | 20 ++++++++++++++++++++ style/mobile-chrome.css | 5 +++++ 2 files changed, 25 insertions(+) create mode 100644 style/firefox.css create mode 100644 style/mobile-chrome.css (limited to 'style') 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; +} diff --git a/style/mobile-chrome.css b/style/mobile-chrome.css new file mode 100644 index 0000000..36c86e9 --- /dev/null +++ b/style/mobile-chrome.css @@ -0,0 +1,5 @@ +/* unfuck the pixels! */ +/* TODO: idk submit a bug ticket */ +.border > hr { + border-image-outset: 0px 2px 0px 2px; +} -- cgit v1.2.3-54-g00ecf