chiark
/
gitweb
/
~mdw
/
dep-ui
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2617670
)
rolling.css: Use a sans face unconditionally in headings.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 7 Jan 2021 21:26:05 +0000
(21:26 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 7 Jan 2021 21:26:05 +0000
(21:26 +0000)
This matches my style elsewhere. Body text still uses the user's
expressed preference -- of course.
rolling.css
patch
|
blob
|
blame
|
history
diff --git
a/rolling.css
b/rolling.css
index a1bbca5c46a1f12688b81b9180f4aed9afc4ace0..b8e1a0ae964a2a724c8bc3d8e98d1fcc574d89a2 100644
(file)
--- a/
rolling.css
+++ b/
rolling.css
@@
-13,6
+13,9
@@
h1 + h2, h2:first-child {
border-top-style: hidden;
margin-top: 2ex;
}
border-top-style: hidden;
margin-top: 2ex;
}
+h1, h2, h3 {
+ font-family: sans-serif;
+}
.widgets {
float: left;
width: auto;
.widgets {
float: left;
width: auto;