From 6dae152e3179f83d69c63850745e6638a280222e Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 4 Sep 2017 23:01:37 +0200 Subject: [PATCH] Fix tests. --- doc/default_theme.rasi | 4 +++- doc/old-theme-convert-output.rasi | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi index e90e40c1..76db6451 100644 --- a/doc/default_theme.rasi +++ b/doc/default_theme.rasi @@ -116,7 +116,9 @@ #window.mainbox.inputbar { text: @normal-foreground; spacing: 0; + padding: 1px ; } #window.mainbox.inputbar.box { - border: 0px ; + border: 0px ; + padding: 0px ; } diff --git a/doc/old-theme-convert-output.rasi b/doc/old-theme-convert-output.rasi index 6d41ddae..afab9eab 100644 --- a/doc/old-theme-convert-output.rasi +++ b/doc/old-theme-convert-output.rasi @@ -117,7 +117,9 @@ #window.mainbox.inputbar { text: @normal-foreground; spacing: 0; + padding: 1px ; } #window.mainbox.inputbar.box { - border: 0px ; + border: 0px ; + padding: 0px ; }