mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-05 21:23:23 +02:00
Use wide links in tree.
This commit is contained in:
parent
69318824f6
commit
c487eaa846
@ -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…
x
Reference in New Issue
Block a user