Kaldari has uploaded a new change for review.

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

Change subject: Making sure proper header styles are applied to talk page 
overlay
......................................................................

Making sure proper header styles are applied to talk page overlay

The "Reply" header is a special overlay header rather than a
content header, so it needs the mw-mf-overlay-header class.

Change-Id: I9463decfbd04b0e66db23ea72e79beebde75c0ab
---
M templates/talkSection.html
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/17/111117/1

diff --git a/templates/talkSection.html b/templates/talkSection.html
index 16f7e52..0e7e460 100644
--- a/templates/talkSection.html
+++ b/templates/talkSection.html
@@ -4,7 +4,7 @@
        {{{section.text}}}
        <div class="loading"></div>
        <div class="comment">
-               <h3>{{reply}}</h3>
+               <h3 class="mw-mf-overlay-header">{{reply}}</h3>
                <p>
                        <em>{{info}}</em>
                        <em>{{{licenseMsg}}}</em>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9463decfbd04b0e66db23ea72e79beebde75c0ab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Kaldari <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to