1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-29 22:27:12 +02:00
uBlock/src/css/whitelist.css
2015-02-16 07:08:41 -05:00

18 lines
292 B
CSS

div > p:first-child {
margin-top: 0;
}
div > p:last-child {
margin-bottom: 0;
}
#whitelist {
box-sizing: border-box;
font-size: small;
height: 60vh;
text-align: left;
white-space: pre;
width: 100%;
}
#whitelist.bad {
background-color: #fee;
}