1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-28 19:10:39 +12:00
uMatrix/src/css/user-rules.css
2014-10-21 22:00:31 -04:00

14 lines
218 B
CSS

div > p:first-child {
margin-top: 0;
}
div > p:last-child {
margin-bottom: 0;
}
#userRules {
font-size: smaller;
width: 48em;
height: 40em;
white-space: nowrap;
text-align: left;
}