From: Eric Blake Date: Mon, 28 Oct 2019 14:21:01 +0000 (+0100) Subject: Only add table borders when desired. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=249062b7cb50e313721d9de488251cff3601636d;p=libguestfs-talks.git Only add table borders when desired. --- diff --git a/2019-kvm-forum/4300-block-status-impact.html b/2019-kvm-forum/4300-block-status-impact.html index 7d8d764..64fb7e4 100644 --- a/2019-kvm-forum/4300-block-status-impact.html +++ b/2019-kvm-forum/4300-block-status-impact.html @@ -14,7 +14,7 @@ write zeroes

- +
diff --git a/2019-kvm-forum/8000-resize-overview.html b/2019-kvm-forum/8000-resize-overview.html index 92356be..8266c1b 100644 --- a/2019-kvm-forum/8000-resize-overview.html +++ b/2019-kvm-forum/8000-resize-overview.html @@ -5,7 +5,7 @@

Using qcow2 with NBD

-

O(1) server
+
diff --git a/2019-kvm-forum/style.css b/2019-kvm-forum/style.css index 360d5be..abb2539 100644 --- a/2019-kvm-forum/style.css +++ b/2019-kvm-forum/style.css @@ -272,10 +272,10 @@ p.attribution { } /* Tables */ -table { +table#border { border-collapse: collapse; } -table, th, td { +table#border th, table#border td { border: 1px solid black; }
XXX: better header... qemu -> (raw) -> qemu-nbd -> (qcow2) -> image.qcow2