From 9a88a47d33b6e9c14b58bab4599b0aaab20a0a63 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Mon, 1 Oct 2012 16:06:33 +0200 Subject: [PATCH] gtk-demo: Beautify a demo Use auto for the background size instead of 100% to avoid uglyfying the background byt blurring it when the window gets larger. --- demos/gtk-demo/css_pixbufs.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demos/gtk-demo/css_pixbufs.css b/demos/gtk-demo/css_pixbufs.css index 793e2b6831..8eb21d664f 100644 --- a/demos/gtk-demo/css_pixbufs.css +++ b/demos/gtk-demo/css_pixbufs.css @@ -46,8 +46,8 @@ } @keyframes size-the-image { - 0% { background-size: 96px, 12px, 96px, 12px, 96px, 12px, 96px, 12px, 100% } - 100% { background-size: 12px, 96px, 12px, 96px, 12px, 96px, 12px, 96px, 100% } + 0% { background-size: 96px, 12px, 96px, 12px, 96px, 12px, 96px, 12px, auto } + 100% { background-size: 12px, 96px, 12px, 96px, 12px, 96px, 12px, 96px, auto } } GtkWindow {