Improve responsive images and avoid for inline

- only apply to block or thumbs
- add missing border width
- add forgotten override for frame
- fix noresize specificity

Note:
- frameless and lazy loaded images in MobileFrontend
are not supported in this version

Bug: T367463
Change-Id: Ic4f18ac0cd5732d4622d770f56ad43dcd802d927
1 file changed
tree: 2dd7f9a955e5b9298b2fc5bd695764bba1133369
  1. .phan/
  2. cache/
  3. docs/
  4. extensions/
  5. images/
  6. includes/
  7. languages/
  8. maintenance/
  9. mw-config/
  10. resources/
  11. skins/
  12. tests/
  13. .dockerignore
  14. .editorconfig
  15. .eslintignore
  16. .eslintrc.json
  17. .fresnel.yml
  18. .git-blame-ignore-revs
  19. .gitattributes
  20. .gitignore
  21. .gitmessage
  22. .gitmodules
  23. .gitreview
  24. .mailmap
  25. .phpcs.xml
  26. .stylelintrc.json
  27. .svgo.config.js
  28. .vsls.json
  29. api.php
  30. autoload.php
  31. CODE_OF_CONDUCT.md
  32. composer.json
  33. composer.local.json-sample
  34. COPYING
  35. CREDITS
  36. DEVELOPERS.md
  37. docker-compose.yml
  38. FAQ
  39. Gruntfile.js
  40. HISTORY
  41. img_auth.php
  42. index.php
  43. INSTALL
  44. jsdoc.json
  45. load.php
  46. opensearch_desc.php
  47. package-lock.json
  48. package.json
  49. phpunit.xml.dist
  50. README.md
  51. RELEASE-NOTES-1.42
  52. RELEASE-NOTES-1.43
  53. rest.php
  54. SECURITY
  55. thumb.php
  56. thumb_handler.php
  57. UPGRADE
README.md

MediaWiki

MediaWiki is a free and open-source wiki software package written in PHP. It serves as the platform for Wikipedia and the other Wikimedia projects, used by hundreds of millions of people each month. MediaWiki is localised in over 350 languages and its reliability and robust feature set have earned it a large and vibrant community of third-party users and developers.

MediaWiki is:

  • feature-rich and extensible, both on-wiki and with hundreds of extensions;
  • scalable and suitable for both small and large sites;
  • simple to install, working on most hardware/software combinations; and
  • available in your language.

For system requirements, installation, and upgrade details, see the files RELEASE-NOTES, INSTALL, and UPGRADE.

MediaWiki is the result of global collaboration and cooperation. The CREDITS file lists technical contributors to the project. The COPYING file explains MediaWiki's copyright and license (GNU General Public License, version 2 or later). Many thanks to the Wikimedia community for testing and suggestions.