Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#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)

poc.md (131 bytes) - added by Lorenz Schwittmann 12 years ago.

Download all attachments as: .zip

Change History (5)

Changed 12 years ago by Lorenz Schwittmann

Attachment: poc.md added

comment:1 Changed 12 years ago by Lorenz Schwittmann

Resolution: fixed
Status: newclosed

(In [171]) Fixed #21

TODO: is div.sec-main-left etc. deprecated and can be removed?

comment:2 Changed 12 years ago by wander

Regression:

  1. 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?

  1. 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 Lorenz Schwittmann

  1. 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.
  1. 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.

comment:4 Changed 12 years ago by wander

Ok, thanks.

Note: See TracTickets for help on using tickets.