uBlock/src/css/whitelist.css

17 lines
270 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 {
2015-02-16 13:08:41 +01:00
box-sizing: border-box;
height: 60vh;
2014-10-07 14:59:35 +02:00
text-align: left;
2015-02-16 13:08:41 +01:00
white-space: pre;
width: 100%;
2014-10-07 14:59:35 +02:00
}
#whitelist.bad {
background-color: #fee;
}