2013 KVM Forum: Update talk to 1024x768.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 24 Oct 2013 12:05:25 +0000 (13:05 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 24 Oct 2013 14:03:17 +0000 (15:03 +0100)
2013-kvm-forum/1000-overview.html
2013-kvm-forum/2000-tools.html
2013-kvm-forum/4050-appliance1.html
2013-kvm-forum/4100-appliance2.html

index 3204ae4..01276d7 100644 (file)
@@ -18,10 +18,9 @@ span.comment { color: green; font-weight: bold; }
 
 <pre class="example">
 #include <b>&lt;guestfs.h&gt;</b>
-
+                    <span class="comment">/* link with -lguestfs */</span>
 <span class="func">main ()</span> {
-  <span class="type">guestfs_h *</span>g =
-      <span class="func">guestfs_create</span> ();
+  <span class="type">guestfs_h *</span>g = <span class="func">guestfs_create</span> ();
   <span class="func">guestfs_add_drive_ro</span> (g,
           <span class="str">"fedora-19.img"</span>);
   <span class="func">guestfs_launch</span> (g);
@@ -32,6 +31,4 @@ span.comment { color: green; font-weight: bold; }
           <span class="str">"/dev/stdout"</span>);
   <span class="func">guestfs_close</span> (g);
 }
-
-<span class="comment">/* link with -lguestfs */</span>
 </pre>
index 6a8751c..d39ac9c 100644 (file)
@@ -3,9 +3,10 @@
 
 <style type="text/css">
 span.grey { color: #ccc; }
+pre.example { font-size: 90%; }
 </style>
 
-<pre>
+<pre class="example">
 $ <b>virt-</b>
 virt-alignment-scan <span class="grey">virt-image</span>            virt-sparsify
 <b>virt-builder</b>        virt-inspector        virt-sysprep
index f42ec76..6a4e67a 100644 (file)
@@ -4,8 +4,11 @@
 <style type="text/css">
 img.center {
   width: 450px;
-  margin-left: auto;
-  margin-right: auto;
+  position: fixed;
+  top: 50%;
+  left: 50%;
+  margin-top: -50px;
+  margin-left: -225px;
 }
 </style>
 
index b9ad5e7..a6de2cf 100644 (file)
@@ -4,8 +4,11 @@
 <style type="text/css">
 img.center {
   height: 80%;
-  margin-left: auto;
-  margin-right: auto;
+  position: fixed;
+  top: 50%;
+  left: 50%;
+  margin-top: -250px;
+  margin-left: -150px;
 }
 </style>