]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Don't use <strong> in headers
authorAndrea Bolognani <abologna@redhat.com>
Wed, 30 Mar 2016 09:28:31 +0000 (11:28 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 31 Mar 2016 14:26:18 +0000 (16:26 +0200)
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
docs/libvirt.css

index 39fb78d8bc854f95f9877d04577489700ab8de9e..b8337b912642b821753395acdc2f988b18138cde 100644 (file)
@@ -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
index d560070236409b71aa5190776ce0f4540c26758e..637ed35643db0d9a34cbdfde180489e8bca35b91 100644 (file)
@@ -3,10 +3,6 @@ h1 {
     color: #3c857c;
 }
 
-h1 strong {
-    font-weight: bold;
-}
-
 h2, h3, h4, h5, h6 {
     color: #3c857c;
 }