]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Use bold text for all headers
authorAndrea Bolognani <abologna@redhat.com>
Wed, 30 Mar 2016 13:32:34 +0000 (15:32 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 31 Mar 2016 14:26:19 +0000 (16:26 +0200)
All headers except for <h1> were already bold: make it bold as
well to increase visual consistency.

docs/libvirt.css

index d7a4d95510e0603d861a6c374ad33c88e113f7a5..c6f6d0d1de1596b82f5ca939d00a955e2c92ebe3 100644 (file)
@@ -1,9 +1,4 @@
-h1 {
-    font-weight: normal;
-    color: #3c857c;
-}
-
-h2, h3, h4, h5, h6 {
+h1, h2, h3, h4, h5, h6 {
     color: #3c857c;
 }