jenkins-bot has submitted this change and it was merged.

Change subject: Minor fixes to the html structure
......................................................................


Minor fixes to the html structure

This helps us re-use MobileFrontend styles, which is
coming as a separate patch to MobileApp soon

Change-Id: I4ff2d52f24b766670fa037736e9f2555dd6f7a3f
---
M wikipedia/assets/abusefilter.html
M wikipedia/assets/index.html
M wikipedia/assets/preview.html
M www/abusefilter.html
M www/index.html
M www/preview.html
6 files changed, 6 insertions(+), 8 deletions(-)

Approvals:
  BearND: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/wikipedia/assets/abusefilter.html 
b/wikipedia/assets/abusefilter.html
index c1cb246..a716d99 100644
--- a/wikipedia/assets/abusefilter.html
+++ b/wikipedia/assets/abusefilter.html
@@ -8,6 +8,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
user-scalable=no" />
 </head>
 <body>
-<div id="content"></div>
+<div id="content" class="content"></div>
 </body>
 </html>
\ No newline at end of file
diff --git a/wikipedia/assets/index.html b/wikipedia/assets/index.html
index 404ca95..79b0309 100644
--- a/wikipedia/assets/index.html
+++ b/wikipedia/assets/index.html
@@ -8,8 +8,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
user-scalable=yes, minimum-scale=0.25, maximum-scale=1.6" />
 </head>
 <body>
-<h1 id="title"></h1>
-<div id="content"></div>
+<div id="content" class="content"></div>
 <div id="loading_sections"></div>
 <div id="attribution">
     <a id="lastupdated"></a>
diff --git a/wikipedia/assets/preview.html b/wikipedia/assets/preview.html
index 7992783..d389ff7 100644
--- a/wikipedia/assets/preview.html
+++ b/wikipedia/assets/preview.html
@@ -8,6 +8,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
user-scalable=yes, minimum-scale=0.25, maximum-scale=1.6" />
 </head>
 <body>
-<div id="content"></div>
+<div id="content" class="content"></div>
 </body>
 </html>
\ No newline at end of file
diff --git a/www/abusefilter.html b/www/abusefilter.html
index c1cb246..a716d99 100644
--- a/www/abusefilter.html
+++ b/www/abusefilter.html
@@ -8,6 +8,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
user-scalable=no" />
 </head>
 <body>
-<div id="content"></div>
+<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 404ca95..79b0309 100644
--- a/www/index.html
+++ b/www/index.html
@@ -8,8 +8,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
user-scalable=yes, minimum-scale=0.25, maximum-scale=1.6" />
 </head>
 <body>
-<h1 id="title"></h1>
-<div id="content"></div>
+<div id="content" class="content"></div>
 <div id="loading_sections"></div>
 <div id="attribution">
     <a id="lastupdated"></a>
diff --git a/www/preview.html b/www/preview.html
index 7992783..d389ff7 100644
--- a/www/preview.html
+++ b/www/preview.html
@@ -8,6 +8,6 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0, 
user-scalable=yes, minimum-scale=0.25, maximum-scale=1.6" />
 </head>
 <body>
-<div id="content"></div>
+<div id="content" class="content"></div>
 </body>
 </html>
\ No newline at end of file

-- 
To view, visit https://gerrit.wikimedia.org/r/134889
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4ff2d52f24b766670fa037736e9f2555dd6f7a3f
Gerrit-PatchSet: 3
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>
Gerrit-Reviewer: BearND <bsitzm...@wikimedia.org>
Gerrit-Reviewer: Brion VIBBER <br...@wikimedia.org>
Gerrit-Reviewer: Dbrant <dbr...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to