emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] main 7d74f07514: * html/layout.css (strong, em): New rules


From: Stefan Monnier
Subject: [elpa] main 7d74f07514: * html/layout.css (strong, em): New rules
Date: Fri, 28 Oct 2022 13:46:24 -0400 (EDT)

branch: main
commit 7d74f07514eabcf2f8a0df2b9a43557d5fde7c62
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    * html/layout.css (strong, em): New rules
---
 html/layout.css | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/html/layout.css b/html/layout.css
index df08da8925..ba046883fb 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -151,6 +151,10 @@ pre .kw {
   color: #4f0f71;
 }
 
+/* Apparently the big "reset" at the beginning makes this necessary.  */
+strong { font-weight: bold; }
+em { font-style: oblique; }
+
 p {
   margin: 1em 0 1em 0;
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]