forked from I2P_Developers/i2p.i2p
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user