From 860ac4fd54feab7a85ecb9108a95b9cb042a2c7b Mon Sep 17 00:00:00 2001 From: YiFang Xiao Date: Thu, 1 Jun 2023 10:55:40 +0800 Subject: [PATCH] opt: slob dictionary does not display goldendict headword --- src/stylesheets/article-style.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/stylesheets/article-style.css b/src/stylesheets/article-style.css index dc162be1..f174d32f 100644 --- a/src/stylesheets/article-style.css +++ b/src/stylesheets/article-style.css @@ -2950,9 +2950,12 @@ in bg url to hide it from iemac */ /********** Slob dictionaries ***********/ -.slobdict img.imgtex -{ - vertical-align: baseline !important; +.slobdict_headword{ + display:none; +} + +.slobdict img.imgtex { + vertical-align: baseline !important; } /************* GLS dictionaries **************/