/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

body {
  font-family: sans;
}

/*
.header span {
  font-size: 14pt;
  font-weight: normal;
}
*/

div.actions ul {
  font-size: 10pt;
  padding-bottom: 0px;
  border-color: #e2e2e2;
}
div.actions ul li a {
  text-decoration: none;
}
div.actions ul li {
  margin: 5px;
  padding: 0px 1px 0px 1px;
  background: #e9e9e9;
  border-color: #e2e2e2;
  border-style: solid solid none solid;
  border-width: 1px;
}

.pageinfo {
        clear: both;
        font-style: italic;
	font-size: smaller;
        display: block;
}

