mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-12 19:08:34 +03:00
site: less vertical padding of code blocks
This commit is contained in:
parent
f4edcb5152
commit
626583745d
@ -88,7 +88,7 @@ a {
|
|||||||
}
|
}
|
||||||
pre {
|
pre {
|
||||||
background: #F8F8F8; /* The same as the GitHub background color since I'm using their syntax.css */
|
background: #F8F8F8; /* The same as the GitHub background color since I'm using their syntax.css */
|
||||||
padding: 15px;
|
padding: 0 2em 0 2em;
|
||||||
}
|
}
|
||||||
hr {
|
hr {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user