mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-25 12:34:47 -04:00
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;
|
font-weight: lighter;
|
||||||
|
|
||||||
a, a:active, a.visited {
|
a, a:active, a.visited {
|
||||||
display: inline-block;
|
display: block;
|
||||||
|
margin-left: 20px;
|
||||||
padding: 3px 0;
|
padding: 3px 0;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: @col;
|
color: @col;
|
||||||
|
@ -29,7 +30,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.indicator {
|
.indicator {
|
||||||
display: inline-block;
|
display: block;
|
||||||
|
float: left;
|
||||||
|
padding: 3px 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: -2px;
|
top: -2px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue