uBlock/css/1p-filters.css

14 lines
220 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;
}
.userFilters {
font-size: smaller;
width: 48em;
height: 40em;
2014-11-09 15:42:06 +01:00
white-space: pre;
text-align: left;
2014-10-07 14:59:35 +02:00
}