Merge branch 'gilbert' of git://github.com/lapilofu/philo into gilbert
authorJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 16 Feb 2011 20:03:28 +0000 (15:03 -0500)
committerJoseph Spiros <joseph.spiros@ithinksw.com>
Wed, 16 Feb 2011 20:03:28 +0000 (15:03 -0500)
* 'gilbert' of git://github.com/lapilofu/philo:
  Fixed a faulty image reference on menu buttons FOR REAL.

contrib/gilbert/media/gilbert/murano/murano.css

index c2c6e78..53c05d9 100644 (file)
@@ -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. */