summaryrefslogtreecommitdiffstats
path: root/style
diff options
context:
space:
mode:
authorAleteoryx <alyx@aleteoryx.me>2024-08-18 09:31:40 -0400
committerAleteoryx <alyx@aleteoryx.me>2024-08-18 09:31:40 -0400
commita017acb0689378d2cb844f8e0c5348e764e3363d (patch)
tree38b0ee106b1bb43196c690ac45318c76f537ef6b /style
parent6b5302c37a825656ba6265e2d99689329fee20e2 (diff)
downloadame-homepage-master.tar.gz
ame-homepage-master.tar.bz2
ame-homepage-master.zip
okay, this lays out in firefox+chrome+vimb and looks normal in lynx+links2+w3mHEADmaster
Diffstat (limited to 'style')
-rw-r--r--style/firefox.css20
-rw-r--r--style/mobile-chrome.css5
2 files changed, 25 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;
+}
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;
+}