Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.2.5
-
MOODLE_22_STABLE
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
MDL-36137_master -
- Select Magazine theme in theme selector or by URL
- Surf to a forum and TEST to see that the 'information' at the top of the page is left aligned.
Description
In the current Magazine theme in Moodle 2.2.5, theme\magazine\style\core.css contains the following code (line 1041):
div#intro {
border: none;
text-align: center;
font-size: 14px;
color: #333333;
}
The end result is that all descriptions and forum instructions are centred by default. Changing the text-align to "left" corrects the problem.