Download & Extend

TOC inherits awkward spacing from theme

Project:Table of Contents
Version:6.x-2.2
Component:User interface
Category:bug report
Priority:minor
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Is that still a problem?

Thank you.
Alexis Wilke

#2

Status:active» fixed

I will assume that this is fixed.

Thank you.
Alexis Wilke

#3

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.