Use wide links in tree.
This commit is contained in:
parent
69318824f6
commit
c487eaa846
1 changed files with 5 additions and 2 deletions
|
@ -14,7 +14,8 @@
|
|||
font-weight: lighter;
|
||||
|
||||
a, a:active, a.visited {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
margin-left: 20px;
|
||||
padding: 3px 0;
|
||||
text-decoration: none;
|
||||
color: @col;
|
||||
|
@ -29,7 +30,9 @@
|
|||
}
|
||||
|
||||
.indicator {
|
||||
display: inline-block;
|
||||
display: block;
|
||||
float: left;
|
||||
padding: 3px 0;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue