Ticket #13478 (confirmed Bug)
column.css - incorrect documentation
Reported by: | teschmitz | Owned by: | |
---|---|---|---|
Priority: | trivial | Milestone: | 4.x |
Component: | Templates/CSS | Version: | 4.1 |
Keywords: | Cc: |
Description
The file header states:
Cells are 4% width, 1.125% left/right margin. If page width is fixed to 960px width: Cell will be equivalent to 40px, left/right margin will be 10px.
Correction: 4% of 960px = 38.4px 1.125 of 960px = 10.8px
The implementation is based on 4% width and 1.125% margins.
Change History
Note: See
TracTickets for help on using
tickets.