Mollywhite has submitted this change and it was merged.

Change subject: Re-add minor CSS change that got lost in a rebase.
......................................................................


Re-add minor CSS change that got lost in a rebase.

I accidentally removed the ordered and unordered list styles
somewhere along the way; readding them now.

Change-Id: Ib5942cadbd8040d488e40cc3b69940a23321ce6b
---
M modules/ext.BookManagerv2js.css
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Mollywhite: Verified; Looks good to me, approved



diff --git a/modules/ext.BookManagerv2js.css b/modules/ext.BookManagerv2js.css
index bb59788..3938092 100644
--- a/modules/ext.BookManagerv2js.css
+++ b/modules/ext.BookManagerv2js.css
@@ -50,6 +50,10 @@
        margin-left: -141px;
 }
 
+div.mw-bookmanagerv2-nav-dropdown ol, div.mw-bookmanagerv2-nav-dropdown ul {
+       list-style: none;
+       margin: 0;
+}
 div.mw-bookmanagerv2-nav-toc {
        margin-left: 45px;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ib5942cadbd8040d488e40cc3b69940a23321ce6b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BookManagerv2
Gerrit-Branch: master
Gerrit-Owner: Mollywhite <[email protected]>
Gerrit-Reviewer: Mollywhite <[email protected]>

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

Reply via email to