-
Improvement
-
Resolution: Fixed
-
Minor
-
2.5.1
-
MOODLE_25_STABLE
-
wip-
MDL-40855-master -
- CSS files in modules' styles.css should be consistently formatted
- There should be no visible impact on Moodle's display
The CSS in Moodle is poorly formatted and new CSS is still being added that is similarly poorly formatted.
We have a CSS minifier that can turn nicely formatted CSS into a space-efficient format for delivery so there's no need to make it harder for developers to read and change the CSS. This is particularly annoying when you're looking at diffs of changes since a single change is not confined to a single line.
This could be done in one sweep with an automated tool, or people changing CSS could be asked to submit one commit reformatting the file they're working on before any commits changing the code.
- has been marked as being related by
-
MDL-40150 Remove IE6 specific HTML
- Closed
-
MDL-55224 Create a PHP post processing tool to flip CSS for RTL
- Closed
- is blocked by
-
MDL-43233 POLICY: Accepting commits which only fix coding style
- Closed
- will be (partly) resolved by
-
MDL-43233 POLICY: Accepting commits which only fix coding style
- Closed
- will help resolve
-
MDL-39094 Make Moodle's CSS smaller
- Closed