From 5e4508a6e8435ba081437fbb5bff18efaf49afcb Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sat, 5 Sep 2015 14:42:51 +0800 Subject: theme.css: ix problematic baseline shift of rss-icon in Firefox Before: http://git.io/vGxpJ ; After: http://git.io/vGxpk . --- source/css/theme.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/source/css/theme.css b/source/css/theme.css index bff49040..fb8954c9 100644 --- a/source/css/theme.css +++ b/source/css/theme.css @@ -227,6 +227,13 @@ noscript a { top: 1px; } +/* fix problematic baseline shift in Firefox */ +@-moz-document url-prefix() { + .rss-icon { + top: 0; + } +} + .cc-icon { margin: 0 1px; } -- cgit v1.2.1