1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

minor css adjustments

This commit is contained in:
gorhill 2016-02-02 09:51:45 -05:00
parent da990d9d66
commit 5e21da7502

View File

@ -176,12 +176,12 @@ body.off #switch .fa {
#extraTools > span { #extraTools > span {
cursor: pointer; cursor: pointer;
font-size: 18px; font-size: 18px;
margin: 0 0.5em; margin: 0 0.45em;
position: relative; position: relative;
} }
#extraTools > span > span.badge { #extraTools > span > span.badge {
color: #222; color: #222;
bottom: 0; bottom: -1px;
font: 10.5px sans-serif; font: 10.5px sans-serif;
position: absolute; position: absolute;
} }