Only add table borders when desired.
authorEric Blake <eblake@redhat.com>
Mon, 28 Oct 2019 14:21:01 +0000 (15:21 +0100)
committerEric Blake <eblake@redhat.com>
Mon, 28 Oct 2019 14:21:01 +0000 (15:21 +0100)
2019-kvm-forum/4300-block-status-impact.html
2019-kvm-forum/8000-resize-overview.html
2019-kvm-forum/style.css

index 7d8d764..64fb7e4 100644 (file)
@@ -14,7 +14,7 @@
   <span style="background-color: blue; color: white;">write zeroes</span>
 
   <p>
-  <table style="width:100%">
+  <table id="border" style="width:100%">
     <tr>
       <th></th>
       <th>O(1) server</th>
index 92356be..8266c1b 100644 (file)
@@ -5,7 +5,7 @@
 <h1>Using qcow2 with NBD</h1>
 
 <p>
-  <table style="border:1px solid black;">
+  <table id="border">
     <tr>
       <th>XXX: better header...</th>
       <th>qemu -> (raw) -> qemu-nbd -> (qcow2) -> image.qcow2</th>
index 360d5be..abb2539 100644 (file)
@@ -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;
 }