From 21a2ec4d1284a9ead44316f8ef61e298017c9419 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Sun, 22 Nov 2020 22:49:36 -0700 Subject: [PATCH] move the header image to the right --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index cc7a6de..eea35f5 100644 --- a/style.css +++ b/style.css @@ -565,7 +565,7 @@ a { text-decoration: underline dotted } .pageheader { - background: left / contain no-repeat url("/xevv/images/header.png"); + background: right / contain no-repeat url("/xevv/images/header.png"); image-rendering: crisp-edges } .ibox-head {