]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Remove unused div.body CSS rule
authorAndrea Bolognani <abologna@redhat.com>
Fri, 1 Apr 2016 09:29:21 +0000 (11:29 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 8 Apr 2016 15:31:19 +0000 (17:31 +0200)
The 'body' CSS class is not used anywhere in the HTML files,
so we can get rid of the definition as well.

docs/generic.css

index d12441276072530f028afaf4a255736158f17d90..208e31e367887c0ef73a009695819d6758ca136e 100644 (file)
@@ -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;