uBlock/src/css/whitelist.css

12 lines
172 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
height: 60vh;
2016-12-26 17:35:37 +01:00
text-align: left;
2015-02-16 13:08:41 +01:00
width: 100%;
2014-10-07 14:59:35 +02:00
}