BearND has uploaded a new change for review. https://gerrit.wikimedia.org/r/185063
Change subject: Set "stable" class to body tags ...................................................................... Set "stable" class to body tags to make sure the table/infobox styles don't break next time we update CSS files. See also in iOS app: https://gerrit.wikimedia.org/r/#/c/184726/ Change-Id: Iaf056d54727e52a61fbade441596675f9a078e2c --- M wikipedia/assets/index.html M wikipedia/assets/preview.html M www/index.html M www/preview.html 4 files changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia refs/changes/63/185063/1 diff --git a/wikipedia/assets/index.html b/wikipedia/assets/index.html index 49b46db..d85ed02 100644 --- a/wikipedia/assets/index.html +++ b/wikipedia/assets/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, user-scalable=no" /> </head> -<body> +<body class="stable"> <div id="content" class="content"></div> <div id="loading_sections"></div> </body> diff --git a/wikipedia/assets/preview.html b/wikipedia/assets/preview.html index 2ab4da3..5719ead 100644 --- a/wikipedia/assets/preview.html +++ b/wikipedia/assets/preview.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, user-scalable=no" /> </head> -<body> +<body class="stable"> <div id="content" class="content"></div> </body> </html> \ No newline at end of file diff --git a/www/index.html b/www/index.html index 49b46db..d85ed02 100644 --- a/www/index.html +++ b/www/index.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, user-scalable=no" /> </head> -<body> +<body class="stable"> <div id="content" class="content"></div> <div id="loading_sections"></div> </body> diff --git a/www/preview.html b/www/preview.html index 2ab4da3..5719ead 100644 --- a/www/preview.html +++ b/www/preview.html @@ -6,7 +6,7 @@ <meta name="viewport" content="width=device-width, user-scalable=no" /> </head> -<body> +<body class="stable"> <div id="content" class="content"></div> </body> </html> \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/185063 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Iaf056d54727e52a61fbade441596675f9a078e2c Gerrit-PatchSet: 1 Gerrit-Project: apps/android/wikipedia Gerrit-Branch: master Gerrit-Owner: BearND <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
