From: Andrea Bolognani Date: Fri, 1 Apr 2016 09:29:21 +0000 (+0200) Subject: docs: Remove unused div.body CSS rule X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=19b6709da86e82e5b9091e5de6e7fdbab8b4c63e;p=libvirt.git docs: Remove unused div.body CSS rule The 'body' CSS class is not used anywhere in the HTML files, so we can get rid of the definition as well. --- diff --git a/docs/generic.css b/docs/generic.css index d124412760..208e31e367 100644 --- a/docs/generic.css +++ b/docs/generic.css @@ -7,11 +7,6 @@ body { background: #ffffff; } -div.body p:first-letter { - font-size: 1.2em; - font-weight: bold; -} - p, ul, ol, dl { padding: 0px; margin: 0px;