From e8d16c4f71050766fc36f35e4ef124253147f03e Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Tue, 22 Oct 2013 07:33:36 +0300 Subject: [PATCH] Fix the selector for interlanguage links So it will apply only to the links and not to the title. Change-Id: I7f45c02b5d9955d45adc516478dee4863581c3a5 --- resources/css/ext.uls.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/css/ext.uls.css b/resources/css/ext.uls.css index 47a1540e..f5a2ba8a 100644 --- a/resources/css/ext.uls.css +++ b/resources/css/ext.uls.css @@ -313,6 +313,6 @@ button.button.green.disabled:hover { } /* Interlanguage links */ -#p-lang a { +#p-lang ul { font-family: 'Autonym', sans-serif; }