uBlock/src/css/dyna-rules.css

18 lines
302 B
CSS
Raw Normal View History

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;
}
2015-01-18 21:01:50 +01:00
code {
background-color: #eee;
font: 11px monospace;
padding: 2px 4px;
}