]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Make most headers a bit smaller
authorAndrea Bolognani <abologna@redhat.com>
Wed, 30 Mar 2016 13:31:20 +0000 (15:31 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 31 Mar 2016 14:26:19 +0000 (16:26 +0200)
Headers are bold already, so the font doesn't need to be that
big to draw attention.

docs/generic.css

index d98f612c6778c038c27e9694dc08e00b47621aa6..c0c62158fdfc0aaf29264b88b1ed1940077eb7da 100644 (file)
@@ -52,22 +52,22 @@ h1, h2, h3, h4, h5, h6 {
 
 h1 {
   margin-top: 0em;
-  font-size: 2em;
+  font-size: 1.6em;
 }
 
 h2 {
   margin-top: 1.0em;
-  font-size: 1.6em;
+  font-size: 1.4em;
 }
 
 h3 {
   margin-top: 1.0em;
-  font-size: 1.4em;
+  font-size: 1.2em;
 }
 
 h4 {
   margin-top: 1.0em;
-  font-size: 1.2em;
+  font-size: 1.1em;
 }
 
 h5 {