Use div class=allcenter around all images.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 24 Oct 2019 11:37:18 +0000 (12:37 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 24 Oct 2019 11:37:48 +0000 (12:37 +0100)
This centers them on the page.

2019-kvm-forum/2100-introduction-2.html
2019-kvm-forum/2200-point-in-time-snapshot.html
2019-kvm-forum/2300-virt-v2v-to-vddk.html
2019-kvm-forum/2450-convert-rhv-to-kubevirt.html

index 5db142d..9ad8ced 100644 (file)
@@ -5,7 +5,7 @@
 <h1>NBD in 2019 and beyond</h1>
 
 <div class="allcenter">
-  <img src="2100-nbd.png" width="80%">
+  <img src="2100-nbd.png" width="80%" />
 </div>
 
 <p class="attribution">
index b892bb6..94d6754 100644 (file)
@@ -4,7 +4,9 @@
 
 <h1>Export a point in time snapshot from qemu</h1>
 
-<img src="2200-backup.png"/>
+<div class="allcenter">
+  <img src="2200-backup.png"/>
+</div>
 
 <pre>
 blockdev-backup device=A target=Target sync=none job-id=job1
index d92fcb5..bfe73a5 100644 (file)
@@ -5,7 +5,9 @@
 <h1>Virt-v2v reading a VMware disk</h1>
 
 
-<img src="2300-vmware.png" width="80%" />
+<div class="allcenter">
+  <img src="2300-vmware.png" width="80%" />
+</div>
 
 
 <pre>
index cddb657..c42482d 100644 (file)
@@ -4,7 +4,9 @@
 
 <h1>Convert between KVM-based management systems</h1>
 
-<img src="2450-convert.png" width="80%" />
+<div class="allcenter">
+  <img src="2450-convert.png" width="80%" />
+</div>
 
 <p class="attribution">
 Server icon by RRZEicons