For styling that's more than a one-off for a given element. Here I'm
overriding the header alignment, which was previously defined in
css/reveal.css:
.reveal table th,
.reveal table td {
text-align: left;
padding-right: .3em;
}
Left-aligne headers over images (on the us-vs-them slide) looks funny
to me. We could align the images (in <td>) too, but I think the
current table looks fine with them left-aligned, because the Garnet
image is full-width, and the Medusa image is almost full-width.
--- /dev/null
+.reveal table thead th {
+ text-align: center;
+}
<link rel="stylesheet" href="css/reveal.min.css">
<link rel="stylesheet" href="css/theme/sky.css" id="theme">
+ <link rel="stylesheet" href="css/local.css">
<!-- For syntax highlighting -->
<link rel="stylesheet" href="lib/css/zenburn.css">