1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-07-01 04:20:36 +12:00
uMatrix/src/css/user-rules.css

14 lines
218 B
CSS
Raw Normal View History

2014-10-22 15:00:31 +13:00
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;
}