1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 07:22:28 +02:00
This commit is contained in:
gorhill 2015-03-28 10:10:41 -04:00
parent 4855625759
commit 231e640a79

View File

@ -19,7 +19,7 @@ body > div > p:first-child {
margin: 1.5em 0 0 0;
}
body > div > p:last-child {
margin: 0 0 0 1.5em;
margin: 0 0 1.5em 0;
}
.code {
background-color: rgba(0, 0, 0, 0.1);