Change font size for edit links to small
authorMatthew Flaschen <mflaschen@wikimedia.org>
Wed, 1 May 2013 21:09:35 +0000 (17:09 -0400)
committerMatmarex <matma.rex@gmail.com>
Thu, 2 May 2013 20:16:47 +0000 (20:16 +0000)
As discussed on https://meta.wikimedia.org/wiki/Talk:Change_to_section_edit_links#Font_size

Followup to I6a6c12a9 / 7833589c.

Change-Id: I92b61ccb7291183a5beed1047d8e871afdc367ee

skins/common/shared.css

index 99e7d6d..26a7781 100644 (file)
@@ -1101,7 +1101,7 @@ table.floatleft {
 
 /* Display editsection links smaller and next to headings */
 .mw-editsection {
-       font-size: x-small;
+       font-size: small;
        font-weight: normal;
        margin-left: 1em;
        vertical-align: baseline;