diff options
Diffstat (limited to 'src/sdgui.c')
-rw-r--r-- | src/sdgui.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdgui.c b/src/sdgui.c index 870499c..7c111df 100644 --- a/src/sdgui.c +++ b/src/sdgui.c @@ -250,6 +250,7 @@ main (int argc, char *argv[]) // All the named colours have been there since GNOME 3.4 // (see gnome-extra-themes git history, Adwaita used to live there). const char *style = "notebook header tab { padding: 2px 8px; margin: 0; }" + "stardict-view { padding: 0 .25em; }" "stardict-view.odd {" "background: @theme_base_color; " "color: @theme_text_color; }" |