chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
16d7027
)
firefox/chrome-userContent.css: Remove (invisible) borders round monospace.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 20 May 2021 17:36:06 +0000
(18:36 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 20 May 2021 17:36:06 +0000
(18:36 +0100)
Everything just looks weird.
firefox/chrome-userContent.css
patch
|
blob
|
blame
|
history
diff --git
a/firefox/chrome-userContent.css
b/firefox/chrome-userContent.css
index 6db2930414713241873afaf164d129dc8eba8e03..a1bc6bda58bf79ecfc25e9e06a2bdee2f8d7279c 100644
(file)
--- a/
firefox/chrome-userContent.css
+++ b/
firefox/chrome-userContent.css
@@
-22,6
+22,12
@@
blockquote { padding-inline-start: 30px !important; }
p, li { padding: 0 !important; }
blockquote { padding-inline-start: 30px !important; }
p, li { padding: 0 !important; }
+ code {
+ margin: 0 !important;
+ padding: 0 !important;
+ border-radius: 0 !important;
+ }
+
h1, h2, h3, h4 { font-family: sans-serif; !important; }
}
h1, h2, h3, h4 { font-family: sans-serif; !important; }
}