From 9b34804635f735de6b80cde242aba510b10ef3ee Mon Sep 17 00:00:00 2001 From: Jason Bayton Date: Thu, 15 Jun 2017 23:01:23 +0100 Subject: [PATCH] Header link tweak I feel like the header link is too close to the heading which doesn't look particularly pleasing on the eye. So this is a very small tweak to add a bit of space and remove the underline (again because it doesn't look pretty). --- _shared_assets/themes/nextcloud_com/static/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_shared_assets/themes/nextcloud_com/static/styles.css b/_shared_assets/themes/nextcloud_com/static/styles.css index 805309b84..1daa423f6 100644 --- a/_shared_assets/themes/nextcloud_com/static/styles.css +++ b/_shared_assets/themes/nextcloud_com/static/styles.css @@ -1080,6 +1080,8 @@ h4:hover a.headerlink { } a.headerlink { display: none; + padding-left: 5px; + text-decoration: none; } #menu-support {