Increasing code block padding.

This commit is contained in:
Siavash Eliasi 2014-06-03 12:35:32 +04:30 committed by Camilla Berglund
parent ce3ff08932
commit db5b089cee
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -316,7 +316,7 @@ div.fragment,pre.fragment {
background:hsl(0,0%,20%);
border-radius:4px;
border:none;
padding:.5em 2em;
padding:2em;
overflow:auto;
border-left:4px solid hsl(0,0%,80%);
}