Details
Description
text alignment CSS never put in block styles.php. Alignment is a overall aspect and should not be set in the block special CSS.
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-10665 | Moodle page optimization |
|
|
|
text alignment CSS never put in block styles.php. Alignment is a overall aspect and should not be set in the block special CSS.
| This issue has been marked as being related by: | ||||
| MDL-10665 | Moodle page optimization |
|
|
|
Found one example:
.block_news_items .newlink {
text-align: center;
}