line space after identation
3 posts
• Page 1 of 1
line space after identation
Hi!
I would like to have no line spaces after change identation.
I think this is a CSS template issue...not shure. But tryed with 2 different templates and have the same issue
Can you help me please?
attach a sample image
I would like to have no line spaces after change identation.
I think this is a CSS template issue...not shure. But tryed with 2 different templates and have the same issue
Can you help me please?
attach a sample image
- unformatted
- Fresh Boarder

- Posts: 2
- Joined: Tue Jul 22, 2008 4:00 pm
Re:line space after identation
Hi, yes it is a CSS issue, try modifying the your CSS in the preferences of Xmap
-

guilleva - Administrator

- Posts: 1517
- Joined: Wed Sep 12, 2007 3:10 am
- Location: San José, Costa Rica
Re:line space after identation
What I have to change here?
- Code: Select all
/* 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;
}
- unformatted
- Fresh Boarder

- Posts: 2
- Joined: Tue Jul 22, 2008 4:00 pm
3 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest