mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
14 lines
218 B
CSS
14 lines
218 B
CSS
|
|
div > p:first-child {
|
||
|
|
margin-top: 0;
|
||
|
|
}
|
||
|
|
div > p:last-child {
|
||
|
|
margin-bottom: 0;
|
||
|
|
}
|
||
|
|
#rulesEditor {
|
||
|
|
font-size: small;
|
||
|
|
width: 48em;
|
||
|
|
height: 40em;
|
||
|
|
white-space: pre;
|
||
|
|
text-align: left;
|
||
|
|
}
|