/* Print layout stylesheet
   Copyright 2003- Laura Frasca */

html, body {
  color: black;
  background-color: white;
}

acronym {
  border-bottom: 0; }
acronym:after {
  content: " [" attr(title) "]"; }

/* Indent comments so they're visible */
div.comments-body {
  border-left: solid black 2px;
  padding: .5em; }
