<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>
<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>
}
/* Tables */
-table {
+table#border {
border-collapse: collapse;
}
-table, th, td {
+table#border th, table#border td {
border: 1px solid black;
}