css
This commit is contained in:
parent
fff6b502fd
commit
d4ab0ff5d0
@ -397,23 +397,23 @@
|
||||
}
|
||||
|
||||
.topicline {
|
||||
padding-left: 30px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
|
||||
[data-origin="tor"] {
|
||||
background-image: url('/static/tor.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
[data-origin="i2p"] {
|
||||
background-image: url('/static/i2p.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
background-position: top right;
|
||||
}
|
||||
|
||||
[data-origin="clearnet"] {
|
||||
background-image: url('/static/clearnet.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: top left;
|
||||
background-position: top right;
|
||||
}
|
||||
|
Reference in New Issue
Block a user