Welcome to Geeklog, Anonymous Tuesday, November 26 2024 @ 07:29 pm EST
Geeklog Forums
Geeklog CSS issue?
Status: offline
Laugh
Site Admin
Admin
Registered: 09/27/05
Posts: 1470
Location:Canada
FYI
Notice that the What's New and Older Stories Block points are set in about a third of the block (the margins). I am using IE 6. The Resource Block displays correctly.
One of the Geeklog Core Developers.
Notice that the What's New and Older Stories Block points are set in about a third of the block (the margins). I am using IE 6. The Resource Block displays correctly.
One of the Geeklog Core Developers.
10
8
Quote
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
11
12
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
14
9
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
15
10
Quote
All times are EST. The time is now 07:29 pm.
- 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