css/local.css: Add local CSS overrides
authorW. Trevor King <wking@tremily.us>
Fri, 17 Jan 2014 19:28:11 +0000 (11:28 -0800)
committerW. Trevor King <wking@tremily.us>
Sat, 18 Jan 2014 01:19:30 +0000 (17:19 -0800)
commitafa25704f745f99a231f9a311c750c3b851b29b3
tree658034fa26d1cd06649876ec13f3fe798201bf54
parente1d149803f196246ee6062a20cdef79b9e2def4d
css/local.css: Add local CSS overrides

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.
css/local.css [new file with mode: 0644]
index.html