From c314571581b10f1b7ffe7b2c737c749441d7e97c Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sat, 1 May 2021 16:58:57 -0600 Subject: [PATCH] better styling --- style.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 {