#21 closed defect (fixed)
Nested bullet points won't shrink if placed in table layout
Reported by: | Lorenz Schwittmann | Owned by: | |
---|---|---|---|
Priority: | major | Keywords: | |
Cc: |
Description
If you use the column based layout, nested bullet points won't shrink.
Proof of concept is attached.
Attachments (1)
Change History (5)
Changed 12 years ago by
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 12 years ago by
Regression:
- In this mates code ...
#right;width:50% #table;zebra-striped foo | bar | #
... I need to add style line-height:100%
to table to preserve the former appearance. Is this a side effect or on purpose?
- li2 line height changed from 38px to 34px, changing layout on some slides. Side effect or on purpose?
comment:3 Changed 12 years ago by
- On purpose. Line-height should be proportional to font-size IMHO. Old way caused too much space and led to the impression of "torn" lines.
- It's a side effect. The reasoning behind this commit was to unify standard and table (#left, #right) layouts. Your table would have looked that way in the first place if it had been placed in a #main environment. If tables should always have line-height:100% we should consider changing fathom.css therefore.
Note: See
TracTickets for help on using
tickets.
(In [171]) Fixed #21
TODO: is div.sec-main-left etc. deprecated and can be removed?