Merge pull request #2383 from kleinfreund/patch-1
This commit is contained in:
commit
9a635f0ce3
|
@ -241,7 +241,11 @@ a:visited { color: #205caa; }
|
|||
.post ul,
|
||||
.post ol { margin-left: 1.35em; }
|
||||
|
||||
.post pre code { border: none; }
|
||||
.post pre code {
|
||||
border: 0;
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
/* terminal */
|
||||
.post pre.terminal {
|
||||
|
|
Loading…
Reference in New Issue