Page MenuHomePhabricator

Removing space after plain links shown by Opera
Closed, ResolvedPublic

Description

Author: Wiki.Melancholie

Description:
In the Opera web browser the "plainlinks" are not shown as
they should. There is a gap between the link and the following
letter or full stop (the external link symbol is only hidden,
but not removed).

Please add to the corresponding lines in .../main.css the
following lines:

Current:

#bodyContent .plainlinks a {
background: none !important;
padding: 0;

}

To add:

#bodyContent .plainlinks a {padding: 0 !important}

.plainlinks a.external.text:after {display: none

!important}

Best Regards, Melancholie


Version: unspecified
Severity: normal
URL: http://en.wikipedia.org/skins-1.5/monobook/main.css

Details

Reference
bz4338

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:00 PM
bzimport set Reference to bz4338.
bzimport added a subscriber: Unknown Object (MLST).

robchur wrote:

*** This bug has been marked as a duplicate of 714 ***