This repository has been archived on 2024-11-28. You can view files and clone it, but cannot push or open issues or pull requests.
MatritumCantat_Web/www/components/com_joomap/css/joomap.css
2012-09-18 20:02:43 +00:00

34 lines
691 B
CSS

/* list-style: pos1 pos2 po3;
* parameter:
* pos1: none | disc | circle | square
* pos2: inside | outside
* pos3: none | url('arrow.gif')
* more info under: http://www.w3schools.com/css/css_list.asp
*/
.sitemap ul {
display : block;
list-style : none;
margin : 0;
padding : 0;
}
.sitemap ul li {
margin : 0;
padding : 0;
white-space : nowrap;
background : transparent;
}
.sitemap a img {
border : none;
}
.sitemap ul.level_0 ul {
list-style : inside square;
padding : 0;
}
.sitemap ul.level_1 li {
padding : 0 0 0 2em;
white-space : nowrap;
}
.sitemap .active {
font-style : italic;
}