* mandoc: After mandoc_html.c now encloses the titles of parts of larger
@ 2025-01-25 3:19 schwarze
0 siblings, 0 replies; only message in thread
From: schwarze @ 2025-01-25 3:19 UTC (permalink / raw)
To: source
Log Message:
-----------
After mandoc_html.c now encloses the titles of parts of larger publications
(like journal articles) in quotation marks, we have to explicitly specify
that we want the default font, because otherwise we get the browser
default font, which is usually italic for <cite>.
Modified Files:
--------------
mandoc:
mandoc.css
Revision Data
-------------
Index: mandoc.css
===================================================================
RCS file: /home/cvs/mandoc/mandoc/mandoc.css,v
diff -Lmandoc.css -Lmandoc.css -u -p -r1.53 -r1.54
--- mandoc.css
+++ mandoc.css
@@ -179,7 +179,8 @@ h3.Ss { margin-top: 1.2em;
.RsP { }
.RsQ { }
.RsR { }
-.RsT { }
+.RsT { font-style: normal;
+ font-weight: normal; }
.RsU { }
.RsV { }
--
To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-01-25 3:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-25 3:19 mandoc: After mandoc_html.c now encloses the titles of parts of larger schwarze
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).