From 15543353f1b84738a8150a57718f4244a726e428 Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Wed, 1 May 2013 17:09:35 -0400 Subject: [PATCH] Change font size for edit links to small 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skins/common/shared.css b/skins/common/shared.css index 99e7d6d769..26a77812d5 100644 --- a/skins/common/shared.css +++ b/skins/common/shared.css @@ -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; -- 2.20.1