mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-24 07:53:37 +00:00
d36356326a
This patch includes two bugfixes: 1. The previous rule with a `p + p` didn't do what it was supposed to do. It was adding a margin after the 2nd, 3rd and all following <p> elements, but not between the 1st and the 2nd. It should have been margin-top instead. The approach in this patch is different and avoids the need to repead the 0.5em. 2. The red background color was not applied to the input fields any more because OOUI doesn't use <input> elements any more. Change-Id: Ia57b742e8b3cd29c1f55cd7e918f26f70eebab18 |
||
---|---|---|
.. | ||
ext.templateData | ||
ext.templateData.images | ||
ext.templateDataGenerator.data | ||
ext.templateDataGenerator.editPage | ||
ext.templateDataGenerator.editTemplatePage | ||
.eslintrc.json |