From 188e068dcb2e5f5c0afbabbdc0a56009db953e76 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Sun, 19 Sep 2010 12:12:22 -0400 Subject: [PATCH] updated icon paths --- _globalnav-glyphish.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_globalnav-glyphish.html b/_globalnav-glyphish.html index a9ef614d..a4509ba0 100644 --- a/_globalnav-glyphish.html +++ b/_globalnav-glyphish.html @@ -14,13 +14,13 @@ .ui-globalnav-expanded ul .ui-btn .ui-btn-inner { padding-top: 55px !important; } .nav-glyphish-example .ui-btn .ui-icon, .ui-globalnav-expanded ul .ui-btn .ui-icon { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; -webkit-border-radius: none !important; border-radius: none !important; } .ui-globalnav-expanded ul .ui-btn .ui-icon { top: 20px; } - #chat .ui-icon { background: url(/images/glyphish/09-chat2.png) 50% 50% no-repeat; } - #email .ui-icon { background: url(/images/glyphish/18-envelope.png) 50% 50% no-repeat; } + #chat .ui-icon { background: url(images/glyphish/09-chat2.png) 50% 50% no-repeat; } + #email .ui-icon { background: url(images/glyphish/18-envelope.png) 50% 50% no-repeat; } .nav-glyphish-example .ui-globalnav-toggle .ui-icon { background: url(/images/glyphish/19-gear.png) 50% 50% no-repeat !important; } - #login .ui-icon { background: url(/images/glyphish/30-key.png) 50% 50% no-repeat; } - #beer .ui-icon { background: url(/images/glyphish/88-beermug.png) 50% 50% no-repeat; } - #coffee .ui-icon { background: url(/images/glyphish/100-coffee.png) 50% 50% no-repeat; } - #clock .ui-icon { background: url(/images/glyphish/11-clock.png) 50% 50% no-repeat; } + #login .ui-icon { background: url(images/glyphish/30-key.png) 50% 50% no-repeat; } + #beer .ui-icon { background: url(images/glyphish/88-beermug.png) 50% 50% no-repeat; } + #coffee .ui-icon { background: url(images/glyphish/100-coffee.png) 50% 50% no-repeat; } + #clock .ui-icon { background: url(images/glyphish/11-clock.png) 50% 50% no-repeat; }