uBlock/src/css/1p-filters.css

16 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;
}
.userFilters {
2015-02-16 13:08:41 +01:00
box-sizing: border-box;
font-size: small;
2015-02-16 13:08:41 +01:00
height: 60vh;
2015-03-06 16:22:30 +01:00
text-align: left;
2014-11-09 15:42:06 +01:00
white-space: pre;
2015-02-16 13:08:41 +01:00
width: 100%;
2015-03-06 16:22:30 +01:00
word-wrap: normal;
2014-10-07 14:59:35 +02:00
}