1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 08:52:26 +02:00
uBlock/css/whitelist.css

17 lines
269 B
CSS
Raw Normal View History

2014-10-07 14:59:35 +02:00
div > p:first-child {
margin-top: 0;
}
div > p:last-child {
margin-bottom: 0;
}
#whitelist {
font-size: smaller;
width: 48em;
height: 40em;
white-space: nowrap;
text-align: left;
}
#whitelist.bad {
background-color: #fee;
}