From c61af99e4f0e4b4b1c87849e7e373a31154821f1 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 6 Jan 2010 23:22:55 +0000 Subject: [PATCH] Fixed CSS error --- skins/common/shared.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 9409ee40c7..777f80da2a 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -812,7 +812,7 @@ td.mw-enhanced-rc { padding: 10px !important; margin-right: 0.6em; background-image: url(images/spinner.gif); - background-position: middle middle; + background-position: center center; background-repeat: no-repeat; } -- 2.20.1