Closed (works as designed)
Project:
BlueBreeze
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Nov 2006 at 15:17 UTC
Updated:
27 Nov 2006 at 14:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
Frando commentedWith the reworked layout structure in the most recent version, it's super-easy to create a margin on the left and right (just one line for the margin and 2 lines for the borders).
Patch is attached (it only works with the most recent version, both HEAD and 4.7.x, so don't forget to upgrade.
However, I won't apply this. I still like it better without a margin.
Comment #2
Frando commentedWith the reworked layout structure in the most recent version, it's super-easy to create a margin on the left and right (just one line for the margin and 2 lines for the borders).
Patch is attached (it only works with the most recent version, both HEAD and 4.7.x, so don't forget to upgrade.
However, I won't apply this. I still like it better without a margin.
Comment #3
wonderland commentedThanks a lot. However, I had to add some more tweaks, because the patch only gives a margin for the content, not for the header and the footer. I changed the following as well:
- for #primary ul: set "right: 23px;" instead of 3px.
- for #header: change margin to "margin: 8px 20px 0 20px;"
- for #footer: change margin to "margin: 0 20px 10px 20px;"
..-Wonderland