From: Matthew Flaschen Date: Wed, 1 May 2013 21:09:35 +0000 (-0400) Subject: Change font size for edit links to small X-Git-Tag: 1.31.0-rc.0~19790^2 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_supprimer.php?a=commitdiff_plain;h=15543353f1b84738a8150a57718f4244a726e428;p=lhc%2Fweb%2Fwiklou.git 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 --- 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;