Oqallisissiat Patrick Malley-imit allatat

Moodle in English -> Themes -> Tabs not lining up -> Re: Tabs not lining up

Patrick Malley-mit -
There is more than likely some block of CSS that you placed in a stylesheet that is effecting more than you would like. I recommend going through your stylesheets and systematically commenting out large segments of code, then reloading the page to see when the behavior is fixed.

Once you find the problematic large segment, narrow down your commenting until you find the culprit.
May I suggest adding the following styles to the Moodle.org CSS:

blockquote {
margin-left: 1em 0 1em 35px;
padding-left:5px;
border-left:2px solid #ffe39d;
color:#555;
}

Here is an example of what that would look like:
Distinctively administrate high-payoff imperatives via sticky process improvements. Professionally supply 24/7 materials with principle-centered meta-services. Appropriately leverage existing cross-unit communities without strategic e-business.
Anomaly does not set the width of the layout-table. Therefore, it cannot be the problem. Anomaly does, however, add a 4% left and right padding to the page div, as does the Moodle.org theme and custom corners.

#page {
margin:25px 4%;
}

I'd try setting that 4% to something smaller, like 1%.

Are you using a netbook? How many vertical lines?