bullets in the theme

jacauc - May 4, 2005 - 13:56
Project:Lincoln's Revenge
Version:4.6.x-1.x-dev
Component:Stylesheets
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

I'm not sure how to doument this, but i hope this is the right place for it - and i hope it is of interest.

I have added the following lines to the style.css file
__________________________________________
li.leaf {
margin: 0 0 0.35em 10px;
list-style-image: url(images/bullet_diamond.gif);
list-style-type: disc;
}
li.collapsed {
margin: 0 0 0.35em 10px;
list-style-image: url(images/bullet_plus.gif);
list-style-type: square;
}
li.expanded {
margin: 0 0 0.40em 10px;
list-style-image: url(images/bullet_minus.gif);
list-style-type: square;
}
_____________________________________

and now the tree structure of the theme works better in the sitenav section.
I actually know very little about CSS, so please check if it looks ok.

AttachmentSize
bullet_plus.gif103 bytes

#1

beginner - July 29, 2005 - 10:47

Thanks.

You didn't attach bullet_minus.gif.

 
 

Drupal is a registered trademark of Dries Buytaert.