/* jbr.me.uk/log/ directory-level stylesheet */
 aside {
  background: #030; /* fallback */
  background: linear-gradient(90deg, #020, #040, #020); /* MSIE10+ */
  border-radius: .6em; /* MSIE9+ */
  color: #fff;
  font-family: verdana, geneva, tahoma, sans-serif;
  margin: .3em auto;
  padding: .6em;
 }
 b:target { /* MSIE9+ */
  background: #eee;
  outline: dotted 1px #fff;
 }
 h2 {
  font-size: 105%;
  margin: 0;
 }
 html { /* force vertical scrollbar for consistent centring */
  overflow-y: scroll; /* MSIE9+ */
 }
 main {
  margin: 0;
  text-align: left;
 }
 nav a {
  width: 20%;
 }
 section div {
  margin: 1em auto;
  max-width: 80em; /* jumbotron mode */
 }
 section h2 {
  margin: 1em;
 }
 section p {
  margin: .3em 0; /* tweak for long or short pages */
  padding: 0 .3em 0 2em;
  text-indent: -1em;
 }
 @media (min-width: 400px) { /* MSIE9+; non-peephole mode */
  aside {
   border-radius: 0; /* MSIE9+ */
   display: table-cell;
   width: 20%;
  }
  section {
   display: table-cell;
  }
 }
/* I consider this too trivial to copyright, but if not, it's under *
 * the same CC-BY-SA 4.0 International license as the rest of this. */
