I propose you use

/* line 470 */
#mainColumn table 
{
...
}

or changing the width:700px;

CommentFileSizeAuthor
#4 amadou_style.patch211 bytesjwolf

Comments

jwolf’s picture

If you change the width to 700px, you'll have a issue with some of the tables overflowing into the sidebar(s).
I recommend just removing the width property all together.

table
{
	margin:1em 0;
}
jwolf’s picture

Status: Active » Closed (fixed)
jwolf’s picture

Assigned: Unassigned » jwolf
Priority: Normal » Minor
Status: Closed (fixed) » Active

I'll apply the change to the next release version.
Leaving this report as "active" until changes have been made.

jwolf’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new211 bytes
jwolf’s picture

Status: Reviewed & tested by the community » Fixed

Fixed with the release of amadou 5.x-3.0

Anonymous’s picture

Status: Fixed » Closed (fixed)