From e9ff24d9a7a9a7f0856fe0ddaa15c88aaf14d642 Mon Sep 17 00:00:00 2001 From: Gary Green Date: Wed, 29 Jul 2015 23:01:05 +0100 Subject: [PATCH] Make header and sidemenu links clickable across full width. --- src/main/webapp/assets/common/css/gitbucket.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index f9553526b..6aeb7d7b7 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -381,6 +381,10 @@ ul.sidemenu { margin-left: 0px; } +ul.sidemenu a { + display: block; +} + ul.sidemenu a:hover{ text-decoration: none; } @@ -604,6 +608,7 @@ p.description { a.header-link { color: #888; font-size: 90%; + display: block; } a.header-link i.octicon {