Added CSS workaround for double highlight blocks
This commit is contained in:
parent
8458f9791f
commit
f99fdb2ee8
|
@ -225,6 +225,9 @@ blockquote {
|
|||
margin-top: 5px;
|
||||
}
|
||||
|
||||
/* WORKAROUND FOR GITHUB PAGES BUG */
|
||||
.highlight + .highlight { display:none; }
|
||||
|
||||
/* -------------------------------
|
||||
SIDEBAR
|
||||
------------------------------ */
|
||||
|
|
Loading…
Reference in New Issue