mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Make header and sidemenu links clickable across full width.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user