From 374e6e74e302243a5016b7c7e6c1e68136931cc0 Mon Sep 17 00:00:00 2001 From: Stephen Carnam Date: Sun, 15 May 2022 18:38:11 +0000 Subject: [PATCH 1/2] Typo, update ispconfig.css --- interface/web/themes/default/assets/stylesheets/ispconfig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css index b614bebdf5..deef1abf03 100644 --- a/interface/web/themes/default/assets/stylesheets/ispconfig.css +++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css @@ -115,7 +115,7 @@ body { padding: 0 12px; height: 70px; border-bottom-style: solid; - botder-bottom-width: 2px; + border-bottom-width: 2px; transition: all ease 500ms; } #main-navigation .icon { font-size: 32px; } -- GitLab From 5515afea5b4e0859c040e16275ce2bceb4ce0700 Mon Sep 17 00:00:00 2001 From: Marius Burkard Date: Tue, 17 May 2022 19:36:57 +0000 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- interface/web/themes/default/assets/stylesheets/ispconfig.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/web/themes/default/assets/stylesheets/ispconfig.css b/interface/web/themes/default/assets/stylesheets/ispconfig.css index deef1abf03..03beca1836 100644 --- a/interface/web/themes/default/assets/stylesheets/ispconfig.css +++ b/interface/web/themes/default/assets/stylesheets/ispconfig.css @@ -115,7 +115,7 @@ body { padding: 0 12px; height: 70px; border-bottom-style: solid; - border-bottom-width: 2px; + border-bottom-width: 1px; transition: all ease 500ms; } #main-navigation .icon { font-size: 32px; } -- GitLab