[rt-users] ChangeLogo

2010-05-28 Thread Troy Knabe
So I am following this doc: http://wiki.bestpractical.com/view/ChangeLogo But I cannot seem to get the new logo to display. I am running 3.8.8. I am running under the assumption that I need to be setting the variables in RT_SiteConfig.pm, correct? -- Troy Knabe kn...@4j.lane.edu

Re: [rt-users] ChangeLogo

2010-05-28 Thread Bernard McCormack
] On Behalf Of Troy Knabe Sent: Friday, May 28, 2010 3:57 PM To: rt-users@lists.bestpractical.com Subject: [rt-users] ChangeLogo So I am following this doc: http://wiki.bestpractical.com/view/ChangeLogo But I cannot seem to get the new logo to display. I am running 3.8.8. I am running under

Re: [rt-users] ChangeLogo

2010-05-28 Thread Juan N. DLC
Where did you pont you'r new logo? On Fri, May 28, 2010 at 3:56 PM, Troy Knabe kn...@4j.lane.edu wrote: So I am following this doc: http://wiki.bestpractical.com/view/ChangeLogo But I cannot seem to get the new logo to display. I am running 3.8.8. I am running under the assumption that I

Re: [rt-users] ChangeLogo

2010-05-28 Thread Troy Knabe
Forgive me as I am NOT a web programmer at all. So I need to change this: div#logo a { - display: none; position: absolute; - left: 0; - bottom: 0; } To This: div#logo a img { + z-index: 100; + position: absolute; border: 0; } -- Troy Knabe kn...@4j.lane.edu On May 28, 2010, at 1:13

Re: [rt-users] ChangeLogo

2010-05-28 Thread Jason A. Smith
On Fri, 2010-05-28 at 12:56 -0700, Troy Knabe wrote: So I am following this doc: http://wiki.bestpractical.com/view/ChangeLogo But I cannot seem to get the new logo to display. I am running 3.8.8. I am running under the assumption that I need to be setting the variables in

Re: [rt-users] ChangeLogo

2010-05-28 Thread Jason A. Smith
On Fri, 2010-05-28 at 13:21 -0700, Troy Knabe wrote: Forgive me as I am NOT a web programmer at all. So I need to change this: div#logo a { - display: none; position: absolute; - left: 0; - bottom: 0; } To This: div#logo a img { + z-index: 100; + position: absolute;