From 3def8a64182f74902d95f92f118187becd314698 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Mon, 30 Sep 2019 10:17:48 +0200 Subject: [CI] Fix tests. --- doc/default_theme.rasi | 2 +- doc/old-theme-convert-output.rasi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/default_theme.rasi b/doc/default_theme.rasi index 2e8698ca..65736b08 100644 --- a/doc/default_theme.rasi +++ b/doc/default_theme.rasi @@ -78,8 +78,8 @@ element-text { } element-icon { background-color: rgba ( 0, 0, 0, 0 % ); + size: 1.2000ch ; text-color: inherit; - size: 1.2ch; } window { background-color: var(background); diff --git a/doc/old-theme-convert-output.rasi b/doc/old-theme-convert-output.rasi index 6edfa3a4..bb64476c 100644 --- a/doc/old-theme-convert-output.rasi +++ b/doc/old-theme-convert-output.rasi @@ -78,6 +78,7 @@ element-text { } element-icon { background-color: rgba ( 0, 0, 0, 0 % ); + size: 1.2000ch ; text-color: inherit; } window { -- cgit v1.2.3