Welcome to Geeklog, Anonymous Thursday, March 28 2024 @ 05:16 pm EDT

Geeklog Forums

Geeklog CSS issue?


Status: offline

Laugh

Site Admin
Admin
Registered: 09/27/05
Posts: 1468
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.
 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.
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
 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.

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
 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
 Quote

All times are EDT. The time is now 05:16 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