Page MenuHomePhabricator

Mistake in CSS of MonoBook
Closed, ResolvedPublic

Description

Author: damien

Description:
This bug removes the margin on the "watch" content action group when unwatch is selected.

To fix, on line 777 of skins/monobook/main.css, change:

li#ca-watch, li#ca-watch, li#ca-varlang-0 { margin-left: 1.6em; }

...to:

li#ca-watch, li#ca-unwatch, li#ca-varlang-0 { margin-left: 1.6em; }


Version: unspecified
Severity: trivial

Details

Reference
bz2097

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 8:29 PM
bzimport set Reference to bz2097.
bzimport added a subscriber: Unknown Object (MLST).
  • This bug has been marked as a duplicate of 1692 ***