/* ikiwiki local style sheet */
h2 {
color: #005a9c;
}
div.page {
margin: 10px;
}
#content {
margin: 30px;
}


code, pre
{
  background-color: #eeeeee;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  font-family: courier;
}

pre
{
  padding-top: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 0.5em;
}
