Last modified: 2007-05-02 00:04:39 UTC
Currently, the CSS rules on English Wikipedia unconditionally suppress #contentSub in the Monobook skin for the Main Page using ".ns-0 .page-Main_Page" as a selector. This has the side effect of suppressing the #contentSub on the history page as well. It would be nice to be able to stop this from happening. I have a patch to include the value of the "action" parameter as a new CSS class on the body prefixed with "action-" (e.g. "action-history" or "action-view"). This may or may not be the best way to do this.
Created attachment 3557 [details] Changes Skin.php to include an "action-..." CSS class based on the action HTTP parameter
*** This bug has been marked as a duplicate of 4438 ***