From: Harris Lapiroff Date: Wed, 16 Feb 2011 19:46:03 +0000 (-0500) Subject: Fixed a faulty image reference on menu buttons FOR REAL. X-Git-Url: http://git.ithinksw.org/philo.git/commitdiff_plain/62dd9e5158192a70f6b1ecef5eb9e85524f175c6 Fixed a faulty image reference on menu buttons FOR REAL. --- diff --git a/contrib/gilbert/media/gilbert/murano/murano.css b/contrib/gilbert/media/gilbert/murano/murano.css index c2c6e78..53c05d9 100644 --- a/contrib/gilbert/media/gilbert/murano/murano.css +++ b/contrib/gilbert/media/gilbert/murano/murano.css @@ -382,7 +382,8 @@ body{ padding-right: 5px !important; } .x-btn-arrow{ - background: transparent url(images/btn/menu) right center no-repeat !important; + background: transparent url(images/btn/menu.png) right center no-repeat !important; + padding-right:12px !important; } /* pressed and over state */ /* Commented out because the selectors are so specific they're overriding the click state. What to do? I don't want to use !important... Figure out later. */