These small changes mainly fix a minor cosmetic issue where the <th>
headers are closer to the items above than below them, making it look
as if the early releases were the audio CDs, etc.

Index: artwork.html
===================================================================
RCS file: /cvs/www/artwork.html,v
retrieving revision 1.11
diff -u -r1.11 artwork.html
--- artwork.html        9 Jul 2020 10:22:30 -0000       1.11
+++ artwork.html        22 Jul 2020 22:18:07 -0000
@@ -14,8 +14,8 @@
 }

 caption {
+       padding-top: 1em;
        font-weight: bolder;
-       margin-bottom: 1.2em;
 }

 tr + tr td {
@@ -23,6 +23,7 @@
 }

 th {
+       padding-top: 2.4em;
        font-weight: normal;
 }

@@ -55,7 +56,7 @@
 To accompany this free software released on the internet, we make
 artwork and <a href="lyrics.html">music</a>.
 This artwork emblazoned CDs and posters up until version 6.0, after which
-we stopped producing product and only release software on the internet.
+we stopped producing merchandise.  We now only release software on
the internet.

 <p>
 Past releases also had <a href="tshirts.html">shirts</a> printed along
@@ -72,7 +73,7 @@

 <tbody>
 <tr>
-    <th colspan="8">
+    <th colspan="8" style="padding-top: 1.2em">
         Post-CD-ROM Era
 <tr>
     <td>6.7<br>
@@ -374,7 +375,6 @@
 <tbody>
 <tr>
     <th colspan="9">
-       <br />
         Fan art
 <tr>
     <td>Puffy<br>vs<br>Cthulhu<br>
@@ -391,4 +391,6 @@
     <td>
     <td>
 </table>
+<br />
+<br />
 </html>


DETAILED DESCRIPTION OF CHANGES:
================================
@@ -14,8 +14,8 @@
  Lower the caption and remove its bottom margin to avoid excessive
  whitespace between it and the first table header.
@@ -23,6 +23,7 @@
  Add generous padding on top of all table headers instead.
@@ -55,7 +56,7 @@
  Minor copyedit.
@@ -72,7 +73,7 @@
  There are actually two tables on top of each other in the sauce.
  Their not having been unified looks like a deliberate choice for
  nicer auto-alignment, and I'm not going to mess with that.  To avoid
  extra vertical whitespace between the two tables here, override the
  above CSS rule in just this one instance:  Reduce padding for the
  second table's first <th>.
@@ -374,7 +375,6 @@
  <br /> whitespace is ghetto.
@@ -391,4 +391,6 @@
  Did I just say break whitespace was ghetto?  Sorry, I lied!  Forget
  what I said.  I love ghetto!  If I were to define this purely cosmetic
  extra bottom-of-the-page whitespace at the top, or worse, in the
  middle of the page, where the second table begins, nobody would see it
  there.  Breakin' two time right here.  Now KISS.

  PS:  Tough if you insist on being all gentrified and received
  pronunciation and double-barrelled name and everything, you can always
  decide to raze the ghetto and instead focus on being all styled up and
  body-positive or whatever the twitterati want to see.  I'm sure that
  helps with margins.  Gotta distance yourself from that bottom:
  body {
        margin-bottom: 3em;
  }

Reply via email to