I just upgraded from Confluence 3.1/Builder 3.3.5 to Confluence 3.3/Builder 4.1.3 and now my text is being centered. I verified that Page Alignment is set to Left in the Options tab.
It appears that the atb-content.layout css is defining:
.atb-content
And that is impacting my page formatting. When I change it to align:left in Firebug, it resolves the issue. Is there any way to change this for the entire layout?
.png)








Comments (2)
Sep 15, 2010
David McIntyre says:
Apologies for the formatting. .atb-content { text-align: center; }Apologies for the formatting.
.atb-content { text-align: center; }Sep 15, 2010
David McIntyre says:
I've resolved this issue by overriding the text-align value in custom CSS.I've resolved this issue by overriding the text-align value in custom CSS.