SuchABot has uploaded a new change for review. https://gerrit.wikimedia.org/r/75641
Change subject: Bug 27047: COMMONS MAN ...................................................................... Bug 27047: COMMONS MAN Slightly prettier border styles for preformatted text. Specifically matches the overall vector style, but it's less code to put it here and isn't going to class with monobook. Commons has used this look in general for years. Time to get it out into the world, man. Change-Id: I51c1efaaf63846ae72d0dc4143a75566e3991e97 GitHub: https://github.com/wikimedia/mediawiki-core/pull/3 --- M skins/common/commonElements.css 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/41/75641/1 diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index 9feb973..d69bf01 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -178,9 +178,9 @@ } pre, .mw-code { padding: 1em; - border: 1px dashed #2f6fab; + border: 1px solid #ebebeb; + background-color: #f7f7f7; color: black; - background-color: #f9f9f9; } /* Tables */ -- To view, visit https://gerrit.wikimedia.org/r/75641 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I51c1efaaf63846ae72d0dc4143a75566e3991e97 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: SuchABot <[email protected]> Gerrit-Reviewer: Isarra <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
