Fix CSS bug where code blocks ended with blank lines in Firefox (#239)
fixes https://github.com/Xe/site/issues/238 Disclaimer: I only tested this with the browser developer tools. I did not rebuild the site or try this CSS change on multiple pages.
This commit is contained in:
parent
a6db9b65de
commit
d0bde192fd
|
@ -297,7 +297,7 @@ a:hover {
|
|||
}
|
||||
.hack pre code:after,
|
||||
.hack pre code:before {
|
||||
content: "";
|
||||
display: none;
|
||||
}
|
||||
.hack code {
|
||||
font-weight: 700;
|
||||
|
|
Loading…
Reference in New Issue