]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Use Overpass Mono as the monospace font
authorMartin Kletzander <mkletzan@redhat.com>
Fri, 18 Nov 2016 13:18:37 +0000 (14:18 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Mon, 21 Nov 2016 13:04:05 +0000 (14:04 +0100)
Because this makes the font the same size as the non-monospaced one,
let's change those properties a little bit as well.  <pre/> will be
shrunk a bit and <code/> inside <p/> or <dd/> will have slightly greyer
background.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
docs/generic.css

index 02383017a91b5da291cd1a1b7011f312ae87613e..a6b2354df07b5d08aaf33c534f0a67d2bc1cb1c7 100644 (file)
@@ -71,3 +71,15 @@ h6 {
   margin-top: 0.75em;
   font-size: 0.8em;
 }
+
+code, pre {
+  font-family: LibvirtOverpassMono;
+}
+
+dd code, p code {
+  background-color: #eeeeee;
+}
+
+pre {
+  font-size: 90%;
+}