Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/134889

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 www/abusefilter.html
M www/index.html
M www/preview.html
3 files changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/apps/android/wikipedia 
refs/changes/89/134889/1

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: newchange
Gerrit-Change-Id: I4ff2d52f24b766670fa037736e9f2555dd6f7a3f
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Yuvipanda <yuvipa...@gmail.com>

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

Reply via email to