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.
Patrick Malley
Oqallisissiat Patrick Malley-imit allatat
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:
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.
Correction, the Moodle.org theme is set to a small percentage already.
This is the lower-right corner of the footer. It isn't set because your content from the database is loading slower than the CSS. Not a theme issue.
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?
#page {
margin:25px 4%;
}
I'd try setting that 4% to something smaller, like 1%.
Are you using a netbook? How many vertical lines?