in 4.6.5

I'm pretty good in css, but nothing I do to the style.css seems to affect the menu li items -- I tried looking at menu.inc file but couldn't see anything that I recognized as bringing in this type of "bullet" in the "build HTML" sections.

any ideas where to work?

in 4.7 I read to look find themename.theme, but I don't have that file in 4.6.5.

a bit scared to upgrade just before site launch, on a deadline.

developing at http://7chambers.com/web/core.html

thanks in advance for any tips!

Comments

pat7471’s picture

I do not know if this is what you are looking for:

Try drupal.css in drupal-4.6.5\misc folder. Around lines 71-76 you have the following:

li.leaf {
list-style-type: square;
list-style-image: url(menu-leaf.png);
padding: 0.2em 0.5em 0 0;
margin: 0;
}

stellarvisions’s picture

this is exactly it -- I stumbled across this myself just now, but I really appreciate the info.

so, I can either change the menu-leaf.png, or change the style rule! I wonder if I can override in the theme's css now that I see exactly the syntax.

thanks, pat!

---
Stella Gassaway
principal

stellarvisions : communication architects
http://www.stellarvisions.com

We design culture-driven tools™
that shape how information is
organized, displayed, shared, and
experienced.

pwolanin’s picture

For our site, we just did an override in theme.css and used different images stored within the theme folder.

An alternative (but harder to maintain) option is to replace the images in /misc with your own versions with the same names.

---
Work: BioRAFT