This commit is contained in:
gorhill 2015-03-28 10:10:41 -04:00
parent 4855625759
commit 231e640a79
1 changed files with 1 additions and 1 deletions

View File

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