From fac78e9f443284d60b2fb347f29aef37040ef561 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Fri, 7 Mar 2014 16:07:54 +0800 Subject: [PATCH] fix #315 --- share/base.css.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/base.css.in b/share/base.css.in index 9852cb387..a4642e362 100644 --- a/share/base.css.in +++ b/share/base.css.in @@ -157,7 +157,7 @@ unicode-bidi:bidi-override;/* For rtl lanauges, e.g. Hebrew, we don't want the default Unicode behaviour */ -moz-font-feature-settings:"liga" 0;/* We don't want Firefox to recognize ligatures */ } -.@CSS_LINK_CN span { /* text blocks within a line */ +.@CSS_LINE_CN@ span { /* text blocks within a line */ position:relative; vertical-align: baseline; /* _ for spaces may need display:inline, which will override this */