mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-01 16:33:06 +01:00
17 lines
269 B
CSS
17 lines
269 B
CSS
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;
|
|
}
|