1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-02 17:19:38 +02:00

compensate for negative text indent

This commit is contained in:
gorhill 2015-03-21 00:04:49 -04:00
parent 04a5786c41
commit 3e538a936c

View File

@ -40,7 +40,7 @@ body[dir=rtl] #lists {
li.listEntry {
font-size: 14px;
margin: 0 auto 0 auto;
margin-left: 1em;
margin-left: 3em;
margin-right: 0em;
text-indent: -2em;
}