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

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

[elpa] main fb459df490: htlm/layout.css (h3, h4, h5): Refine last change


From: Stefan Monnier
Subject: [elpa] main fb459df490: htlm/layout.css (h3, h4, h5): Refine last change
Date: Sun, 11 Sep 2022 17:25:47 -0400 (EDT)

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

    htlm/layout.css (h3, h4, h5): Refine last change
    
    Prefer bold to underline and fix non-working specification of italic
---
 html/layout.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/html/layout.css b/html/layout.css
index dbd7a9626e..807cf1b4e6 100644
--- a/html/layout.css
+++ b/html/layout.css
@@ -90,15 +90,16 @@ h2 {
 
 h3 {
   font-size: 1.5em;
+  font-weight: bold;
   margin: 1.2em 0px;
 }
 h4 {
   margin: 1em 0px;
-  text-decoration: underline;
+  font-weight: bold;
 }
 h5 {
   margin: 1em 0px;
-  text-decoration: italic;
+  font-style: italic;
 }
 
 a {



reply via email to

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