better styling

master
an 2021-05-01 16:58:57 -06:00
parent 361c513a4b
commit c314571581
1 changed files with 6 additions and 2 deletions

View File

@ -30,8 +30,12 @@ div.header, header.header {
}
.pageheader {
border-bottom: 1px solid #000;
background: right / 1em no-repeat url("/xevv/images/header.png");
image-rendering: crisp-edges
background-position-x: right;
background-position-y: bottom;
background-repeat: no-repeat;
background-image: url("/xevv/images/header.png");
background-size: 1em;
image-rendering: crisp-edges;
}
.inlinepage .actions ul {