/**
 * A test of writing output to non-default output directory.
 */

div.web {
  width: 17px;
  height: 17px;
  background-image: url('/img/absolute.png');
  background-position: -0px top;
}

div.pubmed {
  width: 15px;
  height: 32px;
  background-image: url('../img/relative.png?abb3e7b7340707ad02c2577ad4b46f1d');
  background-position: -0px top;
}
