diff --git a/style.css b/style.css index 734171c..3b826cd 100644 --- a/style.css +++ b/style.css @@ -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 {