From eacb35286ce685308495890a2b657f9863a9e362 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Tue, 17 Dec 2013 12:09:52 +0800 Subject: [PATCH] fix #261 --- 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 94dd89b..9852cb3 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 */ } -span { /* text blocks within a line */ +.@CSS_LINK_CN span { /* text blocks within a line */ position:relative; vertical-align: baseline; /* _ for spaces may need display:inline, which will override this */