[libvirt] [PATCH 3/7] docs: Don't use <strong> in headers

Andrea Bolognani abologna at redhat.com
Wed Mar 30 14:19:51 UTC 2016


There's only one instance of that happening, and it looks
kinda off. Get rid of it, along with the corresponding
CSS rules.
---
 docs/apps.html.in | 2 +-
 docs/libvirt.css  | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index 39fb78d..b8337b9 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -2,7 +2,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
   <body>
-    <h1>Applications using <strong>libvirt</strong></h1>
+    <h1>Applications using libvirt</h1>
 
     <p>
       This page provides an illustration of the wide variety of
diff --git a/docs/libvirt.css b/docs/libvirt.css
index d560070..637ed35 100644
--- a/docs/libvirt.css
+++ b/docs/libvirt.css
@@ -3,10 +3,6 @@ h1 {
     color: #3c857c;
 }
 
-h1 strong {
-    font-weight: bold;
-}
-
 h2, h3, h4, h5, h6 {
     color: #3c857c;
 }
-- 
2.5.5




More information about the libvir-list mailing list