From: Eric Blake Date: Fri, 25 Oct 2019 19:33:31 +0000 (-0500) Subject: Ensure logo does not collide with

horizontal bar. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=b6560904118476765255308e1f5f240473fa5f88;p=libguestfs-talks.git Ensure logo does not collide with

horizontal bar. --- diff --git a/2019-kvm-forum/style.css b/2019-kvm-forum/style.css index 4795690..ced9caf 100644 --- a/2019-kvm-forum/style.css +++ b/2019-kvm-forum/style.css @@ -2,7 +2,8 @@ body { background: url(redhat.png) no-repeat; - background-position: 98% 0; + background-position: 98% 6px; + background-size: auto 48px; /* font-size: 28pt; */ /* For max */ font-size: 20pt; /* For 1024x768 */ font-family: Red Hat Text, liberation, helvetica;