From 2f171fa262570220f8873ad774356a064c315091 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Wed, 30 Mar 2016 15:32:34 +0200 Subject: [PATCH] docs: Use bold text for all headers All headers except for

were already bold: make it bold as well to increase visual consistency. --- docs/libvirt.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/libvirt.css b/docs/libvirt.css index d7a4d95510..c6f6d0d1de 100644 --- a/docs/libvirt.css +++ b/docs/libvirt.css @@ -1,9 +1,4 @@ -h1 { - font-weight: normal; - color: #3c857c; -} - -h2, h3, h4, h5, h6 { +h1, h2, h3, h4, h5, h6 { color: #3c857c; } -- 2.47.2