I'm confused about this. Having a 700 and a 710 just doesn't look healthy to me:
.two-sidebars #centre {
width: 500px;
}
.sidebar-left #centre {
width: 710px;
padding-right: 0;
}
.sidebar-right #centre {
width: 700px;
}
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | clean_column_padding_496266.patch | 692 bytes | joachim |
Comments
Comment #1
joachim commentedYeah, you've basically got 20px instead of 10 between the centre and the right sidebar region.
Is it worth fixing this, or should we switch to use the 960 framework?
Even if we stay with the current approach, I'd be in favour of changing the width to 960px anyway as it divides more nicely than 910.
Comment #2
joachim commentedComment #3
psynaptic commentedWe should fix the bug in Clean and add 960 as an extra. I don't usually work to grids any more since I always get a design send over by a designer who doesn't use grids.
I've used them before and if I was doing the design I would use a grid so I'd be more than happy to add it as an extra but not to completely take over as that is provided by other modules already.
Comment #4
joachim commentedCommitted the following patch after testing with all column combinations.
Comment #5
psynaptic commentedAwesome, thanks!