Remove empty space at the bottom of code blocks
This commit is contained in:
parent
abb90ce53d
commit
bb6b6e0022
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.hack pre code:after, .hack pre code:before {
|
.hack pre code:after, .hack pre code:before {
|
||||||
content: ''
|
content: none
|
||||||
}
|
}
|
||||||
|
|
||||||
.hack code {
|
.hack code {
|
||||||
|
|
Loading…
Reference in a new issue