better styling
This commit is contained in:
parent
361c513a4b
commit
c314571581
|
@ -30,8 +30,12 @@ div.header, header.header {
|
||||||
}
|
}
|
||||||
.pageheader {
|
.pageheader {
|
||||||
border-bottom: 1px solid #000;
|
border-bottom: 1px solid #000;
|
||||||
background: right / 1em no-repeat url("/xevv/images/header.png");
|
background-position-x: right;
|
||||||
image-rendering: crisp-edges
|
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 {
|
.inlinepage .actions ul {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user