add a little padding to the left of the text in the sidebar under Local Tunnels, set links list style to none instead of using the link image

This commit is contained in:
hankhill19580
2020-11-07 02:55:35 +00:00
parent b9eabca403
commit f6687c1f88

View File

@ -374,6 +374,7 @@ h4.sb_info + hr + form {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding-left: 2px;
}
#sb_localtunnels tr:hover td {
@ -2945,7 +2946,7 @@ a:active {
}
.links li {
list-style: url(images/link.png) !important;
list-style: none;
text-align: justify !important;
line-height: 140% !important;
margin-right: 10px !important;