Fix the selector for interlanguage links

So it will apply only to the links and not to the title.

Change-Id: I7f45c02b5d9955d45adc516478dee4863581c3a5
This commit is contained in:
Amir E. Aharoni
2013-10-22 07:33:36 +03:00
parent 03e3666ecf
commit e8d16c4f71

View File

@@ -313,6 +313,6 @@ button.button.green.disabled:hover {
} }
/* Interlanguage links */ /* Interlanguage links */
#p-lang a { #p-lang ul {
font-family: 'Autonym', sans-serif; font-family: 'Autonym', sans-serif;
} }