Welcome to Geeklog, Anonymous Thursday, September 28 2023 @ 04:43 am EDT
Geeklog Forums
Geeklog CSS issue?
Status: offline
samstone
Forum User
Full Member
Registered: 09/29/02
Posts: 820
I added the following to my style.css and solved the problem.
Margin:0;
padding:0;
}
li {list-style: disc;
padding-left: 0px;
margin-left: 0px;
margin-top: 3px;
margin-bottom: 3px;
list-style-position: outside;
}
Hope this helps!
Sam
Text Formatted Code
ul, li{ Margin:0;
padding:0;
}
li {list-style: disc;
padding-left: 0px;
margin-left: 0px;
margin-top: 3px;
margin-bottom: 3px;
list-style-position: outside;
}
Hope this helps!
Sam
5
8
Quote
Status: offline
Blaine
Forum User
Moderator
Registered: 07/16/02
Posts: 1232
Location:Canada
You can add the following CSS rule to your theme's style.css file. The blocks in GL 1.4.1 use these new CSS classes. The new rule has been added to CVS.
/* Block Lists ****************************************************************/
.list-feed,
.list-new-plugins,
.list-new-comments,
.list-new-trackbacks,
.list-older-stories {
margin:0px;padding:0px;
}
Geeklog components by PortalParts -- www.portalparts.com
CSS Formatted Code
/* Block Lists ****************************************************************/
.list-feed,
.list-new-plugins,
.list-new-comments,
.list-new-trackbacks,
.list-older-stories {
margin:0px;padding:0px;
}
Geeklog components by PortalParts -- www.portalparts.com
7
5
Quote
Status: offline
Dirk
Site Admin
Admin
Registered: 01/12/02
Posts: 13073
Location:Stuttgart, Germany
Geeklog has actually added these list-* classes to the lists it generates for the last couple of releases already. They simply didn't have any entries in the default stylesheet until now, though.
bye, Dirk
bye, Dirk
9
7
Quote
All times are EDT. The time is now 04:43 am.
- Normal Topic
- Sticky Topic
- Locked Topic
- New Post
- Sticky Topic W/ New Post
- Locked Topic W/ New Post
- View Anonymous Posts
- Able to post
- Filtered HTML Allowed
- Censored Content