https://bugzilla.wikimedia.org/show_bug.cgi?id=34025

Jon <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Jon <[email protected]> 2012-02-13 12:06:41 UTC ---
This should be as simple as adding a bit of javascript that adds to the body
tag a 'jsEnabled' class.

Then adding the following css rules:
button.show {
    display: none;
}

.jsEnabled button.show {
    display: inline-block;
}

.jsEnabled .content_block,
.jsEnabled .section_anchors,
button.section_heading.hide {
    display: none;
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to