Closed (fixed)
Project:
Table of Contents
Version:
6.x-2.2
Component:
User interface
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Apr 2009 at 07:23 UTC
Updated:
22 Feb 2010 at 10:10 UTC
I'm using Garland, and I found that the Garland stylesheet sets top and bottom margins and padding on the <ol>, <ul>, and <li> elements that make the table of contents look unbalanced. I'm not fluent enough in CSS to provide a really clean fix, but setting
.toc-list [ELEMENT] {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}for ol, ul, and li fixed the issue for me. Could this be included in the default TOC stylesheet?
Comments
Comment #1
AlexisWilke commentedIs that still a problem?
Thank you.
Alexis Wilke
Comment #2
AlexisWilke commentedI will assume that this is fixed.
Thank you.
Alexis Wilke